ATLAS Offline Software
Loading...
Searching...
No Matches
LArCableLengthComplete.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
8
10
11/* Fill transient object in ATHENA *****************************************
12 */
14
16 t.m_CableLength = CableLength ;
17
18 setPdata(CellID, t);
19
20}
21
22
23/* retrieve CableLength ******************************************************
24 */
25const float& LArCableLengthComplete::CableLength(const HWIdentifier& CellID) const
26{
27 const LArCableLengthP& t = get( CellID);
28 return (t.m_CableLength);
29}
30
31
32
void set(const HWIdentifier &CellID, float vCableLength)
virtual const float & CableLength(const HWIdentifier &CellID) const
c-struct reproducing the structure of the persistent data
void setPdata(const HWIdentifier id, const LArCableLengthP &payload, unsigned int gain=0)
ConstReference get(const HWIdentifier id, unsigned int gain=0) const