Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
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
 
MsgStream & msg (const MSG::Level lvl) 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 }

◆ msg() [1/2]

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

Definition at line 24 of file AthCommonMsg.h.

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

◆ msg() [2/2]

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

Definition at line 27 of file AthCommonMsg.h.

27  {
28  return this->msgStream(lvl);
29  }

◆ 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:
plotting.plot_kinematics.run_number
run_number
Definition: plot_kinematics.py:29
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29