ATLAS Offline Software
ILArHVScaleCorr.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_ILARHVSCALRCORR_H
6 #define LARCONDITIONS_ILARHVSCALRCORR_H
7 
8 #include "AthenaKernel/CLASS_DEF.h"
10 #include "Identifier/Identifier.h"
12 
20  public:
21 
22  virtual ~ILArHVScaleCorr() {};
23 
24  // online ID
25  virtual const float& HVScaleCorr(const HWIdentifier& id ) const = 0 ;
26 
28 
29 } ;
30 
31 CLASS_DEF( ILArHVScaleCorr,93397263,1)
32 
33 #include "AthenaKernel/CondCont.h"
35 
36 #endif
ILArHVScaleCorr
Definition: ILArHVScaleCorr.h:13
ILArHVScaleCorr::~ILArHVScaleCorr
virtual ~ILArHVScaleCorr()
This class defines the interface for accessing semi-stable HV scale correction factors @stereotype In...
Definition: ILArHVScaleCorr.h:22
CONDCONT_MIXED_DEF
CONDCONT_MIXED_DEF(ILArHVScaleCorr, 182821539)
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
HWIdentifier.h
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
ILArHVScaleCorr::HVScaleCorr
virtual const float & HVScaleCorr(const HWIdentifier &id) const =0
ILArHVScaleCorr::ERRORCODE
@ ERRORCODE
Definition: ILArHVScaleCorr.h:27
CLASS_DEF.h
macros to associate a CLID to a type