ATLAS Offline Software
ILArTdrift.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARCONDITIONS_ILARTDRIFT_H
6 #define LARCONDITIONS_ILARTDRIFT_H
7 
8 class HWIdentifier;
10 #include "AthenaKernel/CLASS_DEF.h"
11 
12 class ILArTdrift {
21  public:
22  virtual ~ILArTdrift() {};
23 
24  // online ID
25  virtual const float& Tdrift(const HWIdentifier& id ) const = 0 ;
26 
28 } ;
29 CLASS_DEF( ILArTdrift,174525073,1)
30 #endif
ILArTdrift::~ILArTdrift
virtual ~ILArTdrift()
This class defines the interface for accessing Tdrift @stereotype Interface.
Definition: ILArTdrift.h:22
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
ILArTdrift
Definition: ILArTdrift.h:12
ILArTdrift::Tdrift
virtual const float & Tdrift(const HWIdentifier &id) const =0
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
ILArTdrift::ERRORCODE
@ ERRORCODE
Definition: ILArTdrift.h:27
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition: LArCalibErrorCode.h:17
CLASS_DEF.h
macros to associate a CLID to a type