Skip to content
Snippets Groups Projects
Commit d3cf9784 authored by Administrator's avatar Administrator Committed by Florian Uhlig
Browse files

Remove a compiler warning

parent c756a27b
No related branches found
No related tags found
1 merge request!798Remove a compiler warning
Pipeline #16873 passed
......@@ -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();
......
......@@ -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
/**
......
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