ATLAS Offline Software
Loading...
Searching...
No Matches
LArWFParamsComplete.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
12
14
15/* Fill transient object in ATHENA *****************************************
16 */
17void LArWFParamsComplete::set(const HWIdentifier& CellID, int gain, const LArWFParams& theParams) {
18 setPdata(CellID, theParams, gain);
19}
20
21/* retrieve WF params using online ID ****************************
22 */
23const LArWFParams& LArWFParamsComplete::getParams(const HWIdentifier& CellID, int gain) const {
24 return get(CellID,gain);
25}
void setPdata(const HWIdentifier id, const LArWFParams &payload, unsigned int gain=0)
ConstReference get(const HWIdentifier id, unsigned int gain=0) const
void set(const HWIdentifier &CellID, int gain, const LArWFParams &theParams)
virtual const LArWFParams & getParams(const HWIdentifier &CellID, int gain) const