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 3557e28 commit 244ecd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StRoot/StETofCalibMaker/StETofCalibMaker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2716,7 +2716,7 @@ void StETofCalibMaker::readGet4State(int fileNr, short forward){

TDataSet* dbDataSet = nullptr;
dbDataSet = GetDataBase( "Calibrations/etof/etofGet4StateMap" );
int intsPerEntry = 1000000;
const int intsPerEntry = 1000000;

St_etofGet4StateMap* etofStateMap = static_cast< St_etofGet4StateMap* > ( dbDataSet->Find( "etofGet4StateMap" ) );
if( !etofStateMap ) {
Expand Down

0 comments on commit 244ecd6

Please sign in to comment.