ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArEMEC_CphiP Class Reference

c-struct reproducing the structure of the persistent data More...

#include <LArEMEC_CphiP.h>

Collaboration diagram for LArEMEC_CphiP:

Public Member Functions

 LArEMEC_CphiP ()
 
 LArEMEC_CphiP (float f)
 
bool isEmpty () const
 

Public Attributes

float m_EMEC_Cphi
 

Detailed Description

c-struct reproducing the structure of the persistent data

Author
M. Fanti
Version
0-0-1 , 22/12/05 Modified for Pool persistency

Definition at line 20 of file LArEMEC_CphiP.h.

Constructor & Destructor Documentation

◆ LArEMEC_CphiP() [1/2]

LArEMEC_CphiP::LArEMEC_CphiP ( )
inline

Definition at line 23 of file LArEMEC_CphiP.h.

23 : m_EMEC_Cphi(-9999999) {}

◆ LArEMEC_CphiP() [2/2]

LArEMEC_CphiP::LArEMEC_CphiP ( float  f)
inline

Definition at line 24 of file LArEMEC_CphiP.h.

25  : m_EMEC_Cphi(f) {}

Member Function Documentation

◆ isEmpty()

bool LArEMEC_CphiP::isEmpty ( ) const
inline

Definition at line 27 of file LArEMEC_CphiP.h.

27 { return m_EMEC_Cphi < -9999 ; } ;

Member Data Documentation

◆ m_EMEC_Cphi

float LArEMEC_CphiP::m_EMEC_Cphi

Definition at line 26 of file LArEMEC_CphiP.h.


The documentation for this class was generated from the following file:
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
LArEMEC_CphiP::m_EMEC_Cphi
float m_EMEC_Cphi
Definition: LArEMEC_CphiP.h:26