ATLAS Offline Software
Loading...
Searching...
No Matches
ITRT_DAQ_ConditionsSvc.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_DAQ_CONDITIONSSVC_H
6#define ITRT_DAQ_CONDITIONSSVC_H
7
8/*----------------------------------------------------
9 * @file ITRT_DAQ_ConditionsSvc.h
10 * @IService Interface for TRT_DAQ_ConditionsSvc
11 * @author Denver Whittington
12 *///-------------------------------------------------
13
14// Header Includes
15#include "GaudiKernel/IService.h"
16#include "TRT_ConditionsServices/ITRT_ConditionsSvc.h" // for InDet::TRT_CondFlag
17
18// Class definition for this Service
19class ITRT_DAQ_ConditionsSvc : virtual public IService {
20
21 public:
22
25
27
30 virtual InDet::TRT_CondFlag condSummaryStatus( unsigned int ) = 0;
31
32};
33
34#endif // ITRT_DAQ_CONDITIONSSVC_H
DeclareInterfaceID(ITRT_DAQ_ConditionsSvc, 1, 0)
Interface ID.
virtual InDet::TRT_CondFlag condSummaryStatus(unsigned int)=0
ConditionsSummaryStatus for a ROD ID.