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 7a0fe86 commit a095330
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 @@ -2179,8 +2179,8 @@ StETofCalibMaker::applyCalibration( StETofDigi* aDigi, StETofHeader* etofHeader

double stateCorr =0;
if(mGet4StateMap[get4Id] == 1) stateCorr = 6.25;
if(mGet4StateMap[get4Id] == 2) stateCorr = -6.25;
if(mGet4StateMap[get4Id] == 3) stateCorr = -0.0;
else if(mGet4StateMap[get4Id] == 2) stateCorr = -6.25;
// else if(mGet4StateMap[get4Id] == 3) stateCorr = 0.0;

double calibTime = aDigi->rawTime() - mResetTime
- resetTimeCorr()
Expand Down

0 comments on commit a095330

Please sign in to comment.