ATLAS Offline Software
ILAruA2MeV.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_ILARUA2MEV_H
6 #define LARCONDITIONS_ILARUA2MEV_H
7 
8 #include "AthenaKernel/CLASS_DEF.h"
10 #include "Identifier/Identifier.h"
12 
13 class ILAruA2MeV {
25  public:
29  // online ID
30 
31  virtual ~ILAruA2MeV() {};
32 
33  virtual const float& UA2MEV(const HWIdentifier& id ) const = 0 ;
34 
36 
37 } ;
38 
39 CLASS_DEF( ILAruA2MeV,154639332,1)
40 
41 
42 //ConditionsContainer clid for athenaMT"
43 #include "AthenaKernel/CondCont.h"
44 CLASS_DEF( CondCont<ILAruA2MeV> , 263271148 , 1 )
45 
46 #endif
ILAruA2MeV::~ILAruA2MeV
virtual ~ILAruA2MeV()
This class defines the interface for accessing uA2MeV @stereotype Interface.
Definition: ILAruA2MeV.h:31
ILAruA2MeV::UA2MEV
virtual const float & UA2MEV(const HWIdentifier &id) const =0
ILAruA2MeV
Definition: ILAruA2MeV.h:13
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
HWIdentifier.h
CondCont< ILAruA2MeV >
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
ILAruA2MeV::ERRORCODE
@ ERRORCODE
Definition: ILAruA2MeV.h:35