Skip to content

Commit 49df365

Browse files
authored
Merge pull request #599 from SBNSoftware/feature/acastill_springprod_bfm
Add tpcpmt bfm score and chi2 to CAF files
2 parents b904b3a + 88bcf7c commit 49df365

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sbncode/CAFMaker/FillReco.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,8 @@ namespace caf
12391239
slice.barycenterFM.deltaZ_Trigger = matchInfo->deltaZ_Trigger;
12401240
slice.barycenterFM.deltaY_Trigger = matchInfo->deltaY_Trigger;
12411241
slice.barycenterFM.radius_Trigger = matchInfo->radius_Trigger;
1242+
slice.barycenterFM.score = matchInfo->score;
1243+
slice.barycenterFM.chi2 = matchInfo->chi2;
12421244
}
12431245
}
12441246

0 commit comments

Comments
 (0)