ATLAS Offline Software
|
#include <TRT_ConditionsTestSvc.h>
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... | |
Definition at line 19 of file TRT_ConditionsTestSvc.h.
TRT_ConditionsTestSvc::TRT_ConditionsTestSvc | ( | const std::string & | name, |
ISvcLocator * | pSvcLocator | ||
) |
Constructor //.
Definition at line 17 of file TRT_ConditionsTestSvc.cxx.
|
virtualdefault |
Destructor //.
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.
|
virtual |
Finalize //.
Definition at line 48 of file TRT_ConditionsTestSvc.cxx.
|
virtual |
|
inline |
Test Method.
Function inherited from ITRT_ConditionsTestSvc. Simply prints "Hello World."
Definition at line 58 of file TRT_ConditionsTestSvc.h.