Skip to content

Commit

Permalink
Update StRoot/StETofCalibMaker/StETofCalibMaker.cxx
Browse files Browse the repository at this point in the history
Co-authored-by: Gene Van Buren <[email protected]>
  • Loading branch information
YannickSoehngen and genevb authored Sep 23, 2024
1 parent 0e9ff09 commit 3557e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StRoot/StETofCalibMaker/StETofCalibMaker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2703,9 +2703,9 @@ void StETofCalibMaker::readGet4State(int fileNr, short forward){
//first read
if(forward == 0) mGlobalCounter = 1;
//jump forward
if(forward > 0) mGlobalCounter++;
else if(forward > 0) mGlobalCounter++;
//jump backward
if(forward < 0) mGlobalCounter--;
else mGlobalCounter--; // forward < 0

if(mGlobalCounter == 0){
mGlobalCounter++;
Expand Down

0 comments on commit 3557e28

Please sign in to comment.