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

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

#include <LArEMEC_HValphaP.h>

Collaboration diagram for LArEMEC_HValphaP:

Public Member Functions

 LArEMEC_HValphaP ()
 
 LArEMEC_HValphaP (float f)
 
bool isEmpty () const
 

Public Attributes

float m_EMEC_HValpha
 

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_HValphaP.h.

Constructor & Destructor Documentation

◆ LArEMEC_HValphaP() [1/2]

LArEMEC_HValphaP::LArEMEC_HValphaP ( )
inline

Definition at line 23 of file LArEMEC_HValphaP.h.

23 : m_EMEC_HValpha(-9999999) {}

◆ LArEMEC_HValphaP() [2/2]

LArEMEC_HValphaP::LArEMEC_HValphaP ( float  f)
inline

Definition at line 24 of file LArEMEC_HValphaP.h.

25  : m_EMEC_HValpha(f) {}

Member Function Documentation

◆ isEmpty()

bool LArEMEC_HValphaP::isEmpty ( ) const
inline

Definition at line 26 of file LArEMEC_HValphaP.h.

26 { return m_EMEC_HValpha < -9999 ; } ;

Member Data Documentation

◆ m_EMEC_HValpha

float LArEMEC_HValphaP::m_EMEC_HValpha

Definition at line 27 of file LArEMEC_HValphaP.h.


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