ATLAS Offline Software
InnerDetector
InDetConditions
TRT_ConditionsServices
TRT_ConditionsServices
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
19
class
ITRT_DAQ_ConditionsSvc
:
virtual
public
IService {
20
21
public
:
22
24
DeclareInterfaceID
(
ITRT_DAQ_ConditionsSvc
,1,0);
25
27
30
virtual
InDet::TRT_CondFlag
condSummaryStatus
(
unsigned
int
) = 0;
31
32
};
33
34
#endif // ITRT_DAQ_CONDITIONSSVC_H
ITRT_DAQ_ConditionsSvc::DeclareInterfaceID
DeclareInterfaceID(ITRT_DAQ_ConditionsSvc, 1, 0)
Interface ID.
ITRT_ConditionsSvc.h
ITRT_DAQ_ConditionsSvc
Definition:
ITRT_DAQ_ConditionsSvc.h:19
InDet::TRT_CondFlag
TRT_CondFlag
status flag to be derived from the inheriting tool's conditions info
Definition:
ITRT_ConditionsSvc.h:19
ITRT_DAQ_ConditionsSvc::condSummaryStatus
virtual InDet::TRT_CondFlag condSummaryStatus(unsigned int)=0
ConditionsSummaryStatus for a ROD ID.
Generated on Thu Nov 7 2024 21:17:40 for ATLAS Offline Software by
1.8.18