ATLAS Offline Software
Loading...
Searching...
No Matches
LArCableAttenuationComplete.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
7
8
11
12/* Fill transient object in ATHENA *****************************************
13 */
15
17 t.m_CableAttenuation = CableAttenuation ;
18
19 setPdata(CellID, t);
20
21}
22
23/* retrieve CableAttenuation ******************************************************
24 */
26{
27 const LArCableAttenuationP& t = get( CellID);
28 return (t.m_CableAttenuation);
29}
30
31
32
33
void set(const HWIdentifier &CellID, float vCableAttenuation)
virtual const float & CableAttenuation(const HWIdentifier &CellID) const
c-struct reproducing the structure of the persistent data
void setPdata(const HWIdentifier id, const LArCableAttenuationP &payload, unsigned int gain=0)
ConstReference get(const HWIdentifier id, unsigned int gain=0) const