ATLAS Offline Software
Loading...
Searching...
No Matches
LArRampFlat.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
7#include "CoralBase/Blob.h"
8
10 : LArCondFlatBase("LArRampFlat")
11{}
12
14
15
17 : LArCondFlatBase("LArRampFlat")
18{
19 if (initializeBase().isFailure()) return;
20
21 readBlob(attrList,msg());
22}
23
25{
26 return ADC2DACByHash(m_onlineHelper->channel_Hash(CellID),gain);
27}
28
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
MsgStream & msg() const
The standard message stream.
This class is a collection of AttributeLists where each one is associated with a channel number.
LArVectorProxy RampRef_t
This class defines the interface for accessing Ramp @stereotype Interface.
Definition ILArRamp.h:31
LArCondFlatBase(const std::string &name)
const LArOnlineID * m_onlineHelper
StatusCode initializeBase()
void readBlob(const CondAttrListCollection *attrList, MsgStream &msg)
ILArRamp::RampRef_t ADC2DACByHash(const IdentifierHash &hs, int gain) const
Definition LArRampBlob.h:28
virtual ~LArRampFlat()
virtual RampRef_t ADC2DAC(const HWIdentifier &CellID, int gain) const