Skip to content

Commit

Permalink
ETOF has not been removed and will remain with STAR (#320)
Browse files Browse the repository at this point in the history
... and merge,
  • Loading branch information
genevb authored Mar 9, 2022
1 parent 77656d1 commit b03e7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StRoot/StiMaker/StiStEventFiller.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ void StiStEventFiller::fillFlags(StTrack* gTrack)
// when EEMC is turned back on after BES-II, eTOF stays or goes?
int evtTime = mEvent->time();
bool doShort2EMC = (evtTime < 1538352000 || evtTime > 1633046400); // t < 2018-10-01 or t > 2021-10-01
bool doShort2ETOF = (evtTime > 1525910400 && evtTime < 1633046400); // 2018-05-10 < t < 2021-10-01
bool doShort2ETOF = (evtTime > 1525910400); // 2018-05-10 < t < (no end)

if ((doShort2EMC || doShort2ETOF) && gTrack->geometry()) {
const StThreeVectorF &momentum = gTrack->geometry()->momentum();
Expand Down

0 comments on commit b03e7c0

Please # to comment.