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

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

#include <LArMphysOverMcalP.h>

Collaboration diagram for LArMphysOverMcalP:

Public Member Functions

 LArMphysOverMcalP ()
 
 LArMphysOverMcalP (float f)
 
bool isEmpty () const
 

Public Attributes

float m_MphysOverMcal
 

Detailed Description

c-struct reproducing the structure of the persistent data

Author
S. Laplace
Version
0-0-1 , 01/07/05 MOdified for Pool persistency

Definition at line 20 of file LArMphysOverMcalP.h.

Constructor & Destructor Documentation

◆ LArMphysOverMcalP() [1/2]

LArMphysOverMcalP::LArMphysOverMcalP ( )
inline

Definition at line 23 of file LArMphysOverMcalP.h.

◆ LArMphysOverMcalP() [2/2]

LArMphysOverMcalP::LArMphysOverMcalP ( float  f)
inline

Definition at line 24 of file LArMphysOverMcalP.h.

25  : m_MphysOverMcal(f) {}

Member Function Documentation

◆ isEmpty()

bool LArMphysOverMcalP::isEmpty ( ) const
inline

Definition at line 26 of file LArMphysOverMcalP.h.

26 { return (m_MphysOverMcal == float(ILArMphysOverMcal::ERRORCODE)); };

Member Data Documentation

◆ m_MphysOverMcal

float LArMphysOverMcalP::m_MphysOverMcal

Definition at line 27 of file LArMphysOverMcalP.h.


The documentation for this class was generated from the following file:
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:128
LArMphysOverMcalP::m_MphysOverMcal
float m_MphysOverMcal
Definition: LArMphysOverMcalP.h:26
ILArMphysOverMcal::ERRORCODE
@ ERRORCODE
Definition: ILArMphysOverMcal.h:29