ATLAS Offline Software
LArCableLengthP.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_LARCABLELENGTHP
6 #define LARRAWCONDITIONS_LARCABLELENGTHP
7 
8 #include <vector>
9 
19 // persistent c-struct
21 public:
22 
23  LArCableLengthP() : m_CableLength(-9999999) {}
25  : m_CableLength(f) {}
26  bool isEmpty() const { return m_CableLength < -9999 ; } ;
28 };
29 
30 #endif
31 
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
LArCableLengthP
c-struct reproducing the structure of the persistent data
Definition: LArCableLengthP.h:20
LArCableLengthP::LArCableLengthP
LArCableLengthP()
Definition: LArCableLengthP.h:23
LArCableLengthP::m_CableLength
float m_CableLength
Definition: LArCableLengthP.h:26
LArCableLengthP::LArCableLengthP
LArCableLengthP(float f)
Definition: LArCableLengthP.h:24
LArCableLengthP::isEmpty
bool isEmpty() const
Definition: LArCableLengthP.h:26