ATLAS Offline Software
LArRampSC.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 //Dear emacs, this is -*-c++-*-
6 
7 #ifndef LARCOOLCONDITIONS_LARRAMPSUPERCELL_H
8 #define LARCOOLCONDITIONS_LARRAMPSUPERCELL_H
9 
10 #include "LArElecCalib/ILArRamp.h"
13 
15 
16 class LArRampSC:
17  public ILArRamp, public LArCondSuperCellBase, public LArRampBlob
18 {
19  private:
20  LArRampSC();
21 
22  public:
23  LArRampSC(const CondAttrListCollection* attrList);
24  virtual ~LArRampSC( );
25 
26  bool good() const { return m_isInitialized && m_nChannels>0; }
27 
28  virtual RampRef_t ADC2DAC(const HWIdentifier& CellID, int gain) const ;
29 };
30 #include "AthenaKernel/CondCont.h"
31 CLASS_DEF( LArRampSC , 43028438, 1 )
33 
34 
35 #endif
CondCont.h
Hold mappings of ranges to condition objects.
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArRampSC
Definition: LArRampSC.h:18
LArRampBlob
Definition: LArRampBlob.h:17
CONDCONT_DEF
CONDCONT_DEF(LArRampSC, 147380444, ILArRamp)
HWIdentifier
Definition: HWIdentifier.h:13
CondAttrListCollection
This class is a collection of AttributeLists where each one is associated with a channel number....
Definition: CondAttrListCollection.h:52
LArRampBlob.h
ILArRamp
Definition: ILArRamp.h:12
LArRampBlob::m_nChannels
unsigned m_nChannels
Definition: LArRampBlob.h:37
LArCondSuperCellBase
Definition: LArCondSuperCellBase.h:19
ILArRamp::RampRef_t
LArVectorProxy RampRef_t
This class defines the interface for accessing Ramp @stereotype Interface.
Definition: ILArRamp.h:31
LArRampSC::ADC2DAC
virtual RampRef_t ADC2DAC(const HWIdentifier &CellID, int gain) const
Definition: LArRampSC.cxx:26
ILArRamp.h
LArCondSuperCellBase.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
LArRampSC::good
bool good() const
Definition: LArRampSC.h:26
LArRampSC::LArRampSC
LArRampSC()
Definition: LArRampSC.cxx:8
LArRampSC::~LArRampSC
virtual ~LArRampSC()
Definition: LArRampSC.cxx:12
LArCondSuperCellBase::m_isInitialized
bool m_isInitialized
Definition: LArCondSuperCellBase.h:26