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

#include <TRT_ConditionsTestSvc.h>

Inheritance diagram for TRT_ConditionsTestSvc:
Collaboration diagram for TRT_ConditionsTestSvc:

Public Member Functions

 TRT_ConditionsTestSvc (const std::string &name, ISvcLocator *pSvcLocator)
 Constructor //. More...
 
virtual ~TRT_ConditionsTestSvc ()
 Destructor //. More...
 
virtual StatusCode initialize ()
 Initialize //. More...
 
virtual StatusCode finalize ()
 Finalize //. More...
 
Functions inherited from ITRT_ConditionsTestSvc
StatusCode test (const Identifier &)
 Test Method. More...
 
Functions inherited from ITRT_ConditionsSvc
InDet::TRT_CondFlag condSummaryStatus (const Identifier &)
 Evaluation for TRT_ConditionsSummarySvc. More...
 

Detailed Description

Definition at line 19 of file TRT_ConditionsTestSvc.h.

Constructor & Destructor Documentation

◆ TRT_ConditionsTestSvc()

TRT_ConditionsTestSvc::TRT_ConditionsTestSvc ( const std::string &  name,
ISvcLocator *  pSvcLocator 
)

Constructor //.

Definition at line 17 of file TRT_ConditionsTestSvc.cxx.

18  :
19  base_class( name, pSvcLocator )
20 {
21 }

◆ ~TRT_ConditionsTestSvc()

TRT_ConditionsTestSvc::~TRT_ConditionsTestSvc ( )
virtualdefault

Destructor //.

Member Function Documentation

◆ condSummaryStatus()

InDet::TRT_CondFlag TRT_ConditionsTestSvc::condSummaryStatus ( const Identifier )

Evaluation for TRT_ConditionsSummarySvc.

StatusFlag for TRT_ConditionsSummaryTool (by Identifier) //.

Function inherited from ITRT_ConditionsSvc. Simply returns a InDet::TRT_GOOD.

Definition at line 41 of file TRT_ConditionsTestSvc.cxx.

41  {
42  return InDet::TRT_COND_GOOD;
43 }

◆ finalize()

StatusCode TRT_ConditionsTestSvc::finalize ( )
virtual

Finalize //.

Definition at line 48 of file TRT_ConditionsTestSvc.cxx.

48  {
49  return StatusCode::SUCCESS;
50 }

◆ initialize()

StatusCode TRT_ConditionsTestSvc::initialize ( )
virtual

Initialize //.

Definition at line 31 of file TRT_ConditionsTestSvc.cxx.

31  {
32  if (msgLvl(MSG::DEBUG)) msg(MSG::DEBUG) << "TRT_ConditionsTestSvc: Initialize." << endmsg;
33  StatusCode sc(StatusCode::SUCCESS);
34 
35  return StatusCode::SUCCESS;
36 }

◆ test()

StatusCode TRT_ConditionsTestSvc::test ( const Identifier )
inline

Test Method.

Function inherited from ITRT_ConditionsTestSvc. Simply prints "Hello World."

Definition at line 58 of file TRT_ConditionsTestSvc.h.

58  {
59  ATH_MSG_INFO("Hello World! From TRT_ConditionsTestSvc.");
60  return StatusCode::SUCCESS;
61 }

The documentation for this class was generated from the following files:
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
AthenaPoolTestRead.sc
sc
Definition: AthenaPoolTestRead.py:27
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:228
DEBUG
#define DEBUG
Definition: page_access.h:11
InDet::TRT_COND_GOOD
@ TRT_COND_GOOD
Definition: ITRT_ConditionsSvc.h:21
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7