ATLAS Offline Software
ILArRinj.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_ILARRINJ_H
6 #define LARCONDITIONS_ILARRINJ_H
7 
8 #include "AthenaKernel/CLASS_DEF.h"
10 class HWIdentifier;
11 
12 class ILArRinj {
21  public:
22 
23  virtual ~ILArRinj() {};
24 
25  // online ID
26  virtual const float& Rinj(const HWIdentifier& id) const = 0 ;
27 
29 } ;
30 
31 CLASS_DEF( ILArRinj,164401013,1)
32 //ConditionsContainer clid for athenaMT"
33 #include "AthenaKernel/CondCont.h"
34 CLASS_DEF( CondCont<ILArRinj>, 65913879, 1 )
35 #endif
ILArRinj::Rinj
virtual const float & Rinj(const HWIdentifier &id) const =0
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
ILArRinj::~ILArRinj
virtual ~ILArRinj()
This class defines the interface for accessing Rinj @stereotype Interface.
Definition: ILArRinj.h:23
ILArRinj
Definition: ILArRinj.h:12
ILArRinj::ERRORCODE
@ ERRORCODE
Definition: ILArRinj.h:28
CondCont
Hold mapping of ranges to condition objects.
Definition: CondCont.h:811
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