Skip to content
Snippets Groups Projects

RICH 4D Photon Reco: Make PD transit time a tunable property

Merged Christopher Rob Jones requested to merge jonrob/Rec:MakePDTransitTimeProperty into master
All threads resolved!
2 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -199,6 +199,7 @@ namespace Rich::Future::Rec {
s << " LocPos " << locPos( i ) << mend();
s << " EffArea " << effArea()[i] << mend();
s << " ID " << smartID()[i] << mend();
s << " Time " << hitTime()[i] << mend();
s << " clusIndx " << scClusIndex()[i] << " ]" << mend();
}
}
Loading