Skip to content

Commit

Permalink
Update StRoot/StETofCalibMaker/StETofCalibMaker.h
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 Nov 27, 2024
1 parent 8f7d238 commit 936e8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StRoot/StETofCalibMaker/StETofCalibMaker.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class StETofCalibMaker: public StMaker {
int mGlobalCounter;
bool mCalState;

void decodeInt( std::vector<unsigned long int> intVec ,std::map<int , short>& mGet4StateMap ,std::map<int , short>& mGet4ZeroStateMap ,std::vector<unsigned long int>& startVec ,std::vector<unsigned long int>& mMasterStartVec ,std::map<unsigned long int,vector<int>>& stateVec ,std::map<unsigned long int,vector<int>>& get4IdVec, std::map<int , short>& mGet4DefaultStateMap);
void decodeInt( std::vector<unsigned long int>& intVec ,std::vector<unsigned long int>& startVec ,std::map<unsigned long int,vector<int>>& stateVec ,std::map<unsigned long int,vector<int>>& get4IdVec);


virtual const Char_t *GetCVS() const { static const char cvs[]="Tag $Name: $Id: built " __DATE__ " " __TIME__ ; return cvs; }
Expand Down

0 comments on commit 936e8b8

Please sign in to comment.