ATLAS Offline Software
Loading...
Searching...
No Matches
LArRampSym.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
8
9
10LArRampSym::LArRampSym(const LArMCSym* mcSym, const LArRampMC* rampComplete) :
11 m_mcSym(mcSym),
12 m_rampComplete(rampComplete) //Implicit cast to base-class
13{}
14
16
18 HWIdentifier symhwid=m_mcSym->ZPhiSymOnl(hwid);
19 return m_rampComplete->get(symhwid,gain).m_vRamp;
20}
21
LArVectorProxy RampRef_t
This class defines the interface for accessing Ramp @stereotype Interface.
Definition ILArRamp.h:31
Helper class to handle z-phi symmetry of calibration constants in MC.
Definition LArMCSym.h:19
Implementation of the interface ILArRamp for MC Derives from LArRampComplete, and implements the phi-...
Definition LArRampMC.h:22
virtual RampRef_t ADC2DAC(const HWIdentifier &CellID, int gain) const override
LArRampSym()=delete
virtual ~LArRampSym()
const LArMCSym * m_mcSym
Definition LArRampSym.h:25
const LArConditionsContainer< LArRampP1 > * m_rampComplete
Definition LArRampSym.h:26