Skip to content

Commit fc26e0a

Browse files
authored
Merge pull request #565 from SBNSoftware/feature/acastill_tpcpmtbfm_upgrade
Add tpcpmt bfm score and chi2 to CAF files
2 parents 7241a86 + d901f66 commit fc26e0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sbncode/CAFMaker/FillReco.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,8 @@ namespace caf
11641164
slice.barycenterFM.deltaZ_Trigger = matchInfo->deltaZ_Trigger;
11651165
slice.barycenterFM.deltaY_Trigger = matchInfo->deltaY_Trigger;
11661166
slice.barycenterFM.radius_Trigger = matchInfo->radius_Trigger;
1167+
slice.barycenterFM.score = matchInfo->score;
1168+
slice.barycenterFM.chi2 = matchInfo->chi2;
11671169
}
11681170
}
11691171

0 commit comments

Comments
 (0)