From d3cf97840a3cae10730da365e95d46e74611d92f Mon Sep 17 00:00:00 2001 From: Florian Uhlig <f.uhlig@gsi.de> Date: Wed, 6 Apr 2022 16:20:17 +0200 Subject: [PATCH] Remove a compiler warning --- core/detectors/rich/CbmMcbm2018RichPar.cxx | 2 +- core/detectors/rich/CbmMcbm2018RichPar.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/detectors/rich/CbmMcbm2018RichPar.cxx b/core/detectors/rich/CbmMcbm2018RichPar.cxx index fa528d54dc..6a92b499a7 100644 --- a/core/detectors/rich/CbmMcbm2018RichPar.cxx +++ b/core/detectors/rich/CbmMcbm2018RichPar.cxx @@ -99,7 +99,7 @@ Double_t CbmMcbm2018RichPar::GetToTshift2(Int_t tdcIdx, Int_t ch) const return fToTshiftMap[tdcIdx * 33 + ch]; } -void CbmMcbm2018RichPar::Print() const +void CbmMcbm2018RichPar::Print(Option_t*) const { LOG(info) << "Nb available TRB addresses: " << GetNaddresses(); diff --git a/core/detectors/rich/CbmMcbm2018RichPar.h b/core/detectors/rich/CbmMcbm2018RichPar.h index b22d191a16..d2bcdb27e3 100644 --- a/core/detectors/rich/CbmMcbm2018RichPar.h +++ b/core/detectors/rich/CbmMcbm2018RichPar.h @@ -60,7 +60,7 @@ public: */ Double_t GetToTshift2(Int_t tdcIdx, Int_t ch) const; - void Print() const; + void Print(Option_t* option = "") const; private: // Stored in the par file /** -- GitLab