ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14#include "GaudiKernel/IService.h"
15
16class Identifier;
17
18class ITRT_ConditionsTestSvc : virtual public IService {
19
20 public:
22
24 virtual StatusCode test( const Identifier& ) = 0;
25
26};
27
28#endif // ITRT_CONDITIONSTESTSVC_H
virtual StatusCode test(const Identifier &)=0
Test!
DeclareInterfaceID(ITRT_ConditionsTestSvc, 1, 0)