ATLAS Offline Software
Loading...
Searching...
No Matches
LArAutoCorrSC.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
11
13
14
16 : LArCondSuperCellBase ("LArAutoCorrSC")
17{
18 if (initializeBase().isFailure()) return;
19
20 if (!attrList) return;
21
22 readBlob(attrList,msg());
23
24}
25
27 const IdentifierHash hash=m_scOnlineID->channel_Hash(hwid);
28 return this->autocorrByHash(hash,0);
29}
30
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 AutoCorrRef_t
This is a "hash" representation of an Identifier.
void readBlob(const CondAttrListCollection *attrList, MsgStream &msg)
ILArAutoCorr::AutoCorrRef_t autocorrByHash(const IdentifierHash &hs, int gain) const
virtual AutoCorrRef_t autoCorr(const HWIdentifier &CellID, int gain) const
virtual ~LArAutoCorrSC()
const LArOnline_SuperCellID * m_scOnlineID
LArCondSuperCellBase(const std::string &name)