ATLAS Offline Software
LArRampSym.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 LARRAWCONDITIONS_LARRAMPSYM_H
6 #define LARRAWCONDITIONS_LARRAMPSYM_H
7 
9 
10 
11 class LArMCSym;
12 class LArRampMC;
13 class LArRampP1;
14 template <typename LArRampP1> class LArConditionsContainer;
15 
16 class LArRampSym: public ILArRamp {
17  public:
18  LArRampSym() = delete;
19  LArRampSym(const LArMCSym* mcsym, const LArRampMC* rampComplete);
20  virtual ~LArRampSym( );
21 
22  virtual RampRef_t ADC2DAC(const HWIdentifier& CellID, int gain) const override;
23 
24  private:
25  const LArMCSym* m_mcSym;
27 };
28 
29 #include "AthenaKernel/CLASS_DEF.h"
30 #include "AthenaKernel/CondCont.h"
31 CLASS_DEF( LArRampSym,226012704,1)
33 
34 #endif
CondCont.h
Hold mappings of ranges to condition objects.
LArRampMC
Implementation of the interface ILArRamp for MC Derives from LArRampComplete, and implements the phi-...
Definition: LArRampMC.h:22
LArRampSym::m_mcSym
const LArMCSym * m_mcSym
Definition: LArRampSym.h:25
LArRampP1
Persistent data for LArRamp Copied from LAr.
Definition: LArRampP1.h:24
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArRampSym::m_rampComplete
const LArConditionsContainer< LArRampP1 > * m_rampComplete
Definition: LArRampSym.h:26
HWIdentifier
Definition: HWIdentifier.h:13
LArRampSym
Definition: LArRampSym.h:16
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
LArMCSym
Helper class to handle z-phi symmetry of calibration constants in MC.
Definition: LArMCSym.h:19
ILArRamp
Definition: ILArRamp.h:12
CONDCONT_DEF
CONDCONT_DEF(LArRampSym, 121227424, ILArRamp)
LArRampSym::LArRampSym
LArRampSym()=delete
ILArRamp.h
LArRampSym::ADC2DAC
virtual RampRef_t ADC2DAC(const HWIdentifier &CellID, int gain) const override
Definition: LArRampSym.cxx:17
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
CLASS_DEF.h
macros to associate a CLID to a type
LArRampSym::~LArRampSym
virtual ~LArRampSym()
Definition: LArRampSym.cxx:15
LArVectorProxy
Proxy for accessing a range of float values like a vector.
Definition: LArVectorProxy.h:38