ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibRunLumiBlockCoolSvc Class Reference

#include <MuonCalibRunLumiBlockCoolSvc.h>

Inheritance diagram for MuonCalibRunLumiBlockCoolSvc:
Collaboration diagram for MuonCalibRunLumiBlockCoolSvc:

Public Member Functions

StatusCode GetRunEventNumber (unsigned int timestamp, int &run_number, int &lb_nr)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const

Detailed Description

Definition at line 10 of file MuonCalibRunLumiBlockCoolSvc.h.

Member Function Documentation

◆ GetRunEventNumber()

StatusCode MuonCalibRunLumiBlockCoolSvc::GetRunEventNumber ( unsigned int timestamp,
int & run_number,
int & lb_nr )

Definition at line 8 of file MuonCalibRunLumiBlockCoolSvc.cxx.

8 {
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)

◆ msg()

MsgStream & AthCommonMsg< Service >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< Service >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

The documentation for this class was generated from the following files: