ATLAS Offline Software
Loading...
Searching...
No Matches
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
12#include "Identifier/Identifier.h"
13
18 ISvcLocator* pSvcLocator ) :
19 base_class( name, pSvcLocator )
20{
21}
22
27
32 if (msgLvl(MSG::DEBUG)) msg(MSG::DEBUG) << "TRT_ConditionsTestSvc: Initialize." << endmsg;
33 StatusCode sc(StatusCode::SUCCESS);
34
35 return StatusCode::SUCCESS;
36}
37
42 return InDet::TRT_COND_GOOD;
43}
44
49 return StatusCode::SUCCESS;
50}
#define endmsg
static Double_t sc
Service for example and test of TRT_ConditionsSummarySvc Inherits from ITRT_ConditionsSvc base class ...
virtual StatusCode finalize()
Finalize //.
virtual ~TRT_ConditionsTestSvc()
Destructor //.
virtual StatusCode initialize()
Initialize //.
InDet::TRT_CondFlag condSummaryStatus(const Identifier &)
Evaluation for TRT_ConditionsSummarySvc.
TRT_ConditionsTestSvc(const std::string &name, ISvcLocator *pSvcLocator)
Constructor //.
MsgStream & msg
Definition testRead.cxx:32