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

#include <AthService.h>

Inherits AthCommonMsg< Service >.

Inherited by AANTEventSelector [virtual], asg::AsgService, AthCnvSvc, AthDictLoaderSvc, Athena::RootSvc, Athena::xAODEventSelector, AthenaRootSharedWriterSvc, AthenaRootStreamerSvc, AthMpEvtLoopMgr, AthROOTErrorHandlerSvc, ByteStreamAddressProviderSvc, ByteStreamInputSvc, ByteStreamOutputSvc, CSCcablingSvc, CutFlowSvc, D3PD::RootReaderD3PDSvc, DataModelCompatSvc, DBReplicaSvc [virtual], EventSelectorMuonCalibStream [virtual], EvgenOTFTopUpSvc, EvtIdModifierSvc, FPEControlSvc, FPGATrackSimMappingSvc, GeometryDBSvc, GeoModelSvc, GPT::ProfilerService, H5FileSvc, HistogramDefinitionSvc, InDet::InDetEtaDependentCutsSvc, IoSvc, IOVDbSvc [virtual], IOVRegistrationSvc, L1CaloCondSvc, LArFlatConditionSvc, LArG4FastSimSvc, LVL1::RecMuonRoiSvc, McEventSelector [virtual], MdtCalibInputSvc, MdtCalibOutputDbSvc, MuonCalibRunLumiBlockCoolSvc, MuonCalibStreamAddressProviderSvc [virtual], MuonCalibStreamDataProviderSvc, MuonCalibStreamInputSvc, MuonTGC_CablingSvc, OnlineEventDisplaysSvc, OutputStreamSequencerSvc, PageAccessControlSvc, PerfMon::CallGraphBuilderSvc, PerfMonMTSvc, PerfMonSvc, PileUpMergeSvc, PoolSvc, RDBAccessSvc, RegionSelectionSvc, SGAudSvc, SqliteReadSvc, TagInfoMgr [virtual], TileCablingSvc, TileInfoLoader, TrigConf::HLTConfigSvc, TrigConf::LVL1ConfigSvc, TrigL2MuonSA::AlignmentBarrelLUTSvc, TrigL2MuonSA::PtBarrelLUTSvc, TrigL2MuonSA::PtEndcapLUTSvc, Trk::PropResultRootWriterSvc, TRT_AlignDbSvc, TRT_ByteStream_ConditionsSvc, TRT_CablingSvc, TRT_ConditionsSummarySvc, TRT_ConditionsTestSvc, TRT_DAQ_ConditionsSvc, TRT_DCS_ConditionsSvc, TRT_HWMappingSvc, TRT_StrawAlignDbSvc, TRT_StrawNeighbourSvc, ValgrindSvc, VTuneProfilerService, and xAODClusterCompressor.

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: