ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
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
8
#include "
LArElecCalib/ILArRamp.h
"
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
;
26
const
LArConditionsContainer<LArRampP1>
*
m_rampComplete
;
27
};
28
29
#include "
AthenaKernel/CLASS_DEF.h
"
30
#include "
AthenaKernel/CondCont.h
"
31
CLASS_DEF
(
LArRampSym
,226012704,1)
32
CONDCONT_DEF
(
LArRampSym
, 121227424,
ILArRamp
);
33
34
#endif
CondCont.h
Hold mappings of ranges to condition objects.
CONDCONT_DEF
#define CONDCONT_DEF(...)
Definition
CondCont.h:1413
CLASS_DEF.h
macros to associate a CLID to a type
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
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
LArConditionsContainer
Definition
LArConditionsContainer.h:65
LArMCSym
Helper class to handle z-phi symmetry of calibration constants in MC.
Definition
LArMCSym.h:19
LArRampMC
Implementation of the interface ILArRamp for MC Derives from LArRampComplete, and implements the phi-...
Definition
LArRampMC.h:22
LArRampP1
Persistent data for LArRamp Copied from LAr.
Definition
LArRampP1.h:24
LArRampSym
Definition
LArRampSym.h:16
LArRampSym::ADC2DAC
virtual RampRef_t ADC2DAC(const HWIdentifier &CellID, int gain) const override
Definition
LArRampSym.cxx:17
LArRampSym::LArRampSym
LArRampSym()=delete
LArRampSym::~LArRampSym
virtual ~LArRampSym()
Definition
LArRampSym.cxx:15
LArRampSym::m_mcSym
const LArMCSym * m_mcSym
Definition
LArRampSym.h:25
LArRampSym::m_rampComplete
const LArConditionsContainer< LArRampP1 > * m_rampComplete
Definition
LArRampSym.h:26
Generated on
for ATLAS Offline Software by
1.17.0