ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCOOLConditions
LArCOOLConditions
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
"
11
#include "
LArCOOLConditions/LArCondSuperCellBase.h
"
12
#include "
LArCOOLConditions/LArRampBlob.h
"
13
14
class
CondAttrListCollection
;
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 )
32
CONDCONT_DEF
(
LArRampSC
, 147380444,
ILArRamp
);
33
34
35
#endif
CondCont.h
Hold mappings of ranges to condition objects.
CONDCONT_DEF
#define CONDCONT_DEF(...)
Definition
CondCont.h:1413
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:67
ILArRamp.h
LArCondSuperCellBase.h
LArRampBlob.h
CondAttrListCollection
This class is a collection of AttributeLists where each one is associated with a channel number.
Definition
CondAttrListCollection.h:51
HWIdentifier
Definition
HWIdentifier.h:13
ILArRamp
Definition
ILArRamp.h:12
ILArRamp::RampRef_t
LArVectorProxy RampRef_t
This class defines the interface for accessing Ramp @stereotype Interface.
Definition
ILArRamp.h:31
LArCondSuperCellBase::m_isInitialized
bool m_isInitialized
Definition
LArCondSuperCellBase.h:22
LArCondSuperCellBase::LArCondSuperCellBase
LArCondSuperCellBase(const std::string &name)
Definition
LArCondSuperCellBase.cxx:14
LArRampBlob::LArRampBlob
LArRampBlob()
Definition
LArRampBlob.cxx:9
LArRampBlob::m_nChannels
unsigned m_nChannels
Definition
LArRampBlob.h:37
LArRampSC
Definition
LArRampSC.h:18
LArRampSC::LArRampSC
LArRampSC()
Definition
LArRampSC.cxx:8
LArRampSC::~LArRampSC
virtual ~LArRampSC()
Definition
LArRampSC.cxx:12
LArRampSC::ADC2DAC
virtual RampRef_t ADC2DAC(const HWIdentifier &CellID, int gain) const
Definition
LArRampSC.cxx:26
LArRampSC::good
bool good() const
Definition
LArRampSC.h:26
Generated on
for ATLAS Offline Software by
1.17.0