Skip to content

Commit ce91916

Browse files
committed
undo frame shift for crt matched
1 parent 4f49aba commit ce91916

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

sbncode/CAFMaker/CAFMaker_module.cc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -514,11 +514,11 @@ void CAFMaker::SBNDShiftCRTReference(StandardRecord &rec, double SBNDFrame){
514514
trk.time += SBNDFrame; //ns
515515
}
516516

517-
//CRT Space Point and Track Match
518-
for (SRPFP &pfp: rec.reco.pfp) {
519-
pfp.trk.crtspacepoint.spacepoint.time += SBNDFrame;
520-
pfp.trk.crtsbndtrack.track.time += SBNDFrame;
521-
}
517+
//TODO: CRT Space Point and Track Match
518+
//for (SRPFP &pfp: rec.reco.pfp) {
519+
// pfp.trk.crtspacepoint.spacepoint.time += SBNDFrame;
520+
// pfp.trk.crtsbndtrack.track.time += SBNDFrame;
521+
//}
522522
}
523523

524524
void CAFMaker::SBNDShiftPMTReference(StandardRecord &rec, double SBNDFrame){

0 commit comments

Comments
 (0)