ATLAS Offline Software
ITRT_ConditionsTestSvc.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ITRT_CONDITIONSTESTSVC_H
6 #define ITRT_CONDITIONSTESTSVC_H
7 
14 #include "GaudiKernel/IService.h"
15 
16 class Identifier;
17 
18 class ITRT_ConditionsTestSvc : virtual public IService {
19 
20  public:
22 
24  virtual StatusCode test( const Identifier& ) = 0;
25 
26 };
27 
28 #endif // ITRT_CONDITIONSTESTSVC_H
ITRT_ConditionsTestSvc::DeclareInterfaceID
DeclareInterfaceID(ITRT_ConditionsTestSvc, 1, 0)
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ITRT_ConditionsTestSvc::test
virtual StatusCode test(const Identifier &)=0
Test!
ITRT_ConditionsTestSvc
Definition: ITRT_ConditionsTestSvc.h:18
Identifier
Definition: IdentifierFieldParser.cxx:14