ATLAS Offline Software
ILArDAC2uA.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_ILARDAC2UA_H
6 #define LARCONDITIONS_ILARDAC2UA_H
7 
8 #include "AthenaKernel/CLASS_DEF.h"
10 #include "Identifier/Identifier.h"
12 
13 class ILArDAC2uA {
27  public:
28 
29  virtual ~ILArDAC2uA() {};
30 
34  // online ID
35  virtual const float& DAC2UA(const HWIdentifier& id ) const = 0 ;
36 
38 
39 } ;
40 
41 CLASS_DEF( ILArDAC2uA,579584,1)
42 
43 //ConditionsContainer clid for athenaMT"
44 #include "AthenaKernel/CondCont.h"
45 CLASS_DEF( CondCont<ILArDAC2uA> , 24734384 , 1 )
46 
47 #endif
48 
ILArDAC2uA::DAC2UA
virtual const float & DAC2UA(const HWIdentifier &id) const =0
access to DAC2UA conversion factor index by Identifier, and gain setting
ILArDAC2uA
Definition: ILArDAC2uA.h:13
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
ILArDAC2uA::~ILArDAC2uA
virtual ~ILArDAC2uA()
This class defines the interface for accessing DAC2uA @stereotype Interface.
Definition: ILArDAC2uA.h:29
HWIdentifier.h
ILArDAC2uA::ERRORCODE
@ ERRORCODE
Definition: ILArDAC2uA.h:37
CondCont< ILArDAC2uA >
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
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition: LArCalibErrorCode.h:17
CLASS_DEF.h
macros to associate a CLID to a type