ATLAS Offline Software
Loading...
Searching...
No Matches
LArRampFlat.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
8#include "CoralBase/Blob.h"
9
11 : LArCondFlatBase("LArRampFlat")
12{}
13
15
16
18 : LArCondFlatBase("LArRampFlat")
19{
20 if (initializeBase().isFailure()) return;
21
22 readBlob(attrList,msg());
23}
24
26{
27 return ADC2DACByHash(m_onlineHelper->channel_Hash(CellID),gain);
28}
29
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