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