ATLAS Offline Software
Public Member Functions | List of all members
MuonCalibStreamInputSvc Class Referenceabstract

#include <MuonCalibStreamInputSvc.h>

Inheritance diagram for MuonCalibStreamInputSvc:
Collaboration diagram for MuonCalibStreamInputSvc:

Public Member Functions

 MuonCalibStreamInputSvc (const std::string &name, ISvcLocator *svcloc)
 
virtual ~MuonCalibStreamInputSvc ()=default
 
virtual const LVL2_MUON_CALIBRATION::CalibEvent * nextEvent ()=0
 
virtual const LVL2_MUON_CALIBRATION::CalibEvent * currentEvent () const =0
 
MsgStream & msg () const
 
MsgStream & msg (const MSG::Level lvl) const
 
bool msgLvl (const MSG::Level lvl) const
 

Detailed Description

Definition at line 16 of file MuonCalibStreamInputSvc.h.

Constructor & Destructor Documentation

◆ MuonCalibStreamInputSvc()

MuonCalibStreamInputSvc::MuonCalibStreamInputSvc ( const std::string &  name,
ISvcLocator *  svcloc 
)

Definition at line 5 of file MuonCalibStreamInputSvc.cxx.

5 : AthService(name, svcloc) {}

◆ ~MuonCalibStreamInputSvc()

virtual MuonCalibStreamInputSvc::~MuonCalibStreamInputSvc ( )
virtualdefault

Member Function Documentation

◆ currentEvent()

virtual const LVL2_MUON_CALIBRATION::CalibEvent* MuonCalibStreamInputSvc::currentEvent ( ) const
pure virtual

Implemented in MuonCalibStreamFileInputSvc.

◆ 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  }

◆ nextEvent()

virtual const LVL2_MUON_CALIBRATION::CalibEvent* MuonCalibStreamInputSvc::nextEvent ( )
pure virtual

Implemented in MuonCalibStreamFileInputSvc.


The documentation for this class was generated from the following files:
AthService::AthService
AthService()
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195