Skip to content
Snippets Groups Projects
Commit 66be7faf authored by Sergey Gorbunov's avatar Sergey Gorbunov
Browse files

fix the compiler warning in the header

parent 2c5c98f3
No related branches found
Tags dev_2023_31
1 merge request!1279fix the compiler warning in the header
Pipeline #23589 passed
......@@ -161,8 +161,8 @@ public:
** Temporary solution until the classes are unified.
**/
//void UseMuchBeamTimeDigi(Bool_t choice = kTRUE) { fUseMuchBeamTimeDigi = choice; }
void UseMuchBeamTimeDigi(Bool_t choice = kTRUE) { fUseMuchBeamTimeDigi = kFALSE; }
void UseMuchBeamTimeDigi(Bool_t /*choice = kTRUE*/) { fUseMuchBeamTimeDigi = kFALSE; }
void UseMuchBeamTimeDigi() { fUseMuchBeamTimeDigi = kFALSE; }
private:
static std::map<ECbmModuleId, CbmDigiBranchBase*> fBranches; //!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment