ATLAS Offline Software
Public Member Functions | Private Member Functions | List of all members
AthService Class Reference

#include <AthService.h>

Inherits AthCommonMsg< Service >.

Inherited by AthROOTErrorHandlerSvc, CSCcablingSvc, DataModelCompatSvc, DBReplicaSvc [virtual], FPEControlSvc, MdtCalibInputSvc, MdtCalibOutputDbSvc, MuonCalibRunLumiBlockCoolSvc, MuonTGC_CablingSvc, PileUpMergeSvc, RegionSelectionSvc, TileCablingSvc, TileInfoLoader, TrigConf::HLTConfigSvc, TrigConf::LVL1ConfigSvc, TrigL2MuonSA::AlignmentBarrelLUTSvc, TrigL2MuonSA::PtBarrelLUTSvc, TrigL2MuonSA::PtEndcapLUTSvc, and Trk::PropResultRootWriterSvc.

Collaboration diagram for AthService:

Public Member Functions

MsgStream & msg () const
 
MsgStream & msg (const MSG::Level lvl) const
 
bool msgLvl (const MSG::Level lvl) const
 

Private Member Functions

 AthService ()
 
 AthService (const AthService &)
 
AthServiceoperator= (const AthService &)
 

Detailed Description

Definition at line 30 of file AthService.h.

Constructor & Destructor Documentation

◆ AthService() [1/2]

AthService::AthService ( )
private

◆ AthService() [2/2]

AthService::AthService ( const AthService )
private

Member Function Documentation

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

◆ operator=()

AthService& AthService::operator= ( const AthService )
private

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