ATLAS Offline Software
Loading...
Searching...
No Matches
LArOFCBinComplete.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
8
10
11void LArOFCBinComplete::set(const HWIdentifier& chid, const int& gain,
12 const int& bin) {
13 this->setPdata(chid,LArOFCBinP(bin),gain);
14 return;
15}
void setPdata(const HWIdentifier id, const LArOFCBinP &payload, unsigned int gain=0)
virtual const int & bin(const HWIdentifier &chid, const int &gain) const
void set(const HWIdentifier &chid, const int &gain, const int &bin)