ATLAS Offline Software
Loading...
Searching...
No Matches
LAruA2MeVComplete.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
9
10/* Fill transient object in ATHENA *****************************************
11 */
12void LAruA2MeVComplete::set(const HWIdentifier& chid, const float uA2MeV ) {
13 this->setPdata(chid,uA2MeV);
14}
15
16/* retrieve uA2MeV ******************************************************
17 */
18const float& LAruA2MeVComplete::UA2MEV(const HWIdentifier& chid) const {
19 return this->get(chid).m_data;
20}
21
22
void setPdata(const HWIdentifier id, const LArSingleFloatP &payload, unsigned int gain=0)
ConstReference get(const HWIdentifier id, unsigned int gain=0) const
virtual const float & UA2MEV(const HWIdentifier &chid) const override
void set(const HWIdentifier &CellID, const float vuA2MeV)