ATLAS Offline Software
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 
8 StatusCode 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 }
plotting.plot_kinematics.run_number
run_number
Definition: plot_kinematics.py:29
MuonCalibRunLumiBlockCoolSvc::GetRunEventNumber
StatusCode GetRunEventNumber(unsigned int timestamp, int &run_number, int &lb_nr)
Definition: MuonCalibRunLumiBlockCoolSvc.cxx:8
MuonCalibRunLumiBlockCoolSvc.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29