ATLAS Offline Software
ILArEMEC_HVbeta.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARCONDITIONS_ILAREMEC_HVBETA_H
6 #define LARCONDITIONS_ILAREMEC_HVBETA_H
7 
8 #include "AthenaKernel/CLASS_DEF.h"
10 #include "Identifier/Identifier.h"
12 
22  public:
23 
24  virtual ~ILArEMEC_HVbeta() {};
25 
26  // online ID
27  virtual const float& EMEC_HVbeta(const HWIdentifier& id) const = 0 ;
28 
30 
31 } ;
32 
33 CLASS_DEF( ILArEMEC_HVbeta,264825456,1)
34 
35 #endif
ILArEMEC_HVbeta
Definition: ILArEMEC_HVbeta.h:13
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
ILArEMEC_HVbeta::ERRORCODE
@ ERRORCODE
Definition: ILArEMEC_HVbeta.h:29
HWIdentifier.h
ILArEMEC_HVbeta::~ILArEMEC_HVbeta
virtual ~ILArEMEC_HVbeta()
This class defines the interface for accessing EMEC_HVbeta @stereotype Interface.
Definition: ILArEMEC_HVbeta.h:24
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
ILArEMEC_HVbeta::EMEC_HVbeta
virtual const float & EMEC_HVbeta(const HWIdentifier &id) const =0
CLASS_DEF.h
macros to associate a CLID to a type