ATLAS Offline Software
LArfSamplP.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_LARFSAMPLP
6 #define LARRAWCONDITIONS_LARFSAMPLP
7 
8 #include <vector>
9 
14 /* Modified for POOL persistency
15  Hong Ma
16  July 15, 2005
17 */
18 
20 {
21 public:
22 
23  LArfSamplP() : m_fSampl(-9999999) {}
24  LArfSamplP(float f) : m_fSampl(f) {}
25  bool isEmpty() const { return m_fSampl < -9999 ; } ;
26  float m_fSampl;
27 };
28 
29 
30 #endif
31 
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
LArfSamplP::LArfSamplP
LArfSamplP()
Definition: LArfSamplP.h:23
LArfSamplP
c-struct reproducing the structure of the persistent data
Definition: LArfSamplP.h:20
LArfSamplP::LArfSamplP
LArfSamplP(float f)
Definition: LArfSamplP.h:24
LArfSamplP::isEmpty
bool isEmpty() const
Definition: LArfSamplP.h:25
LArfSamplP::m_fSampl
float m_fSampl
Definition: LArfSamplP.h:25