ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibRunLumiBlockCoolSvc.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8StatusCode MuonCalibRunLumiBlockCoolSvc::GetRunEventNumber(unsigned int timestamp, int &run_number, int &lb_nr) {
9 // comment out the implementation of get lb, set lb = 0, to be fixed later
10 lb_nr = 0 ;
11 ATH_MSG_DEBUG("timestamp : "<<timestamp<<" runNumber : "<<run_number<<" lb : "<<lb_nr);
12 return StatusCode::SUCCESS;
13}
#define ATH_MSG_DEBUG(x)
StatusCode GetRunEventNumber(unsigned int timestamp, int &run_number, int &lb_nr)