ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
TRT_ConditionsServices
src
TRT_ConditionsTestSvc.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
10
11
#include "
TRT_ConditionsTestSvc.h
"
12
#include "Identifier/Identifier.h"
13
17
TRT_ConditionsTestSvc::TRT_ConditionsTestSvc
(
const
std::string& name,
18
ISvcLocator* pSvcLocator ) :
19
base_class( name, pSvcLocator )
20
{
21
}
22
26
TRT_ConditionsTestSvc::~TRT_ConditionsTestSvc
() =
default
;
27
31
StatusCode
TRT_ConditionsTestSvc::initialize
() {
32
if
(msgLvl(MSG::DEBUG))
msg
(MSG::DEBUG) <<
"TRT_ConditionsTestSvc: Initialize."
<<
endmsg
;
33
StatusCode
sc
(StatusCode::SUCCESS);
34
35
return
StatusCode::SUCCESS;
36
}
37
41
InDet::TRT_CondFlag
TRT_ConditionsTestSvc::condSummaryStatus
(
const
Identifier
& ) {
42
return
InDet::TRT_COND_GOOD;
43
}
44
48
StatusCode
TRT_ConditionsTestSvc::finalize
() {
49
return
StatusCode::SUCCESS;
50
}
endmsg
#define endmsg
Definition
AnalysisConfig_Ntuple.cxx:54
sc
static Double_t sc
Definition
LArPhysWaveHECTool.cxx:37
TRT_ConditionsTestSvc.h
Service for example and test of TRT_ConditionsSummarySvc Inherits from ITRT_ConditionsSvc base class ...
TRT_ConditionsTestSvc::finalize
virtual StatusCode finalize()
Finalize //.
Definition
TRT_ConditionsTestSvc.cxx:48
TRT_ConditionsTestSvc::~TRT_ConditionsTestSvc
virtual ~TRT_ConditionsTestSvc()
Destructor //.
TRT_ConditionsTestSvc::initialize
virtual StatusCode initialize()
Initialize //.
Definition
TRT_ConditionsTestSvc.cxx:31
TRT_ConditionsTestSvc::condSummaryStatus
InDet::TRT_CondFlag condSummaryStatus(const Identifier &)
Evaluation for TRT_ConditionsSummarySvc.
Definition
TRT_ConditionsTestSvc.cxx:41
TRT_ConditionsTestSvc::TRT_ConditionsTestSvc
TRT_ConditionsTestSvc(const std::string &name, ISvcLocator *pSvcLocator)
Constructor //.
Definition
TRT_ConditionsTestSvc.cxx:17
Identifier
Definition
IdentifierFieldParser.cxx:14
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.17.0