ATLAS Offline Software
LArCableAttenuationP.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARRAWCONDITIONS_LARCABLEATTENUATIONP
6 #define LARRAWCONDITIONS_LARCABLEATTENUATIONP
7 
8 #include <vector>
9 
19 // persistent c-struct
21 public:
22 
25  : m_CableAttenuation(f) {}
26  bool isEmpty() const { return m_CableAttenuation < -9999 ; } ;
28 };
29 
30 #endif
31 
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
LArCableAttenuationP
c-struct reproducing the structure of the persistent data
Definition: LArCableAttenuationP.h:20
LArCableAttenuationP::LArCableAttenuationP
LArCableAttenuationP()
Definition: LArCableAttenuationP.h:23
LArCableAttenuationP::m_CableAttenuation
float m_CableAttenuation
Definition: LArCableAttenuationP.h:26
LArCableAttenuationP::LArCableAttenuationP
LArCableAttenuationP(float f)
Definition: LArCableAttenuationP.h:24
LArCableAttenuationP::isEmpty
bool isEmpty() const
Definition: LArCableAttenuationP.h:26