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

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

#include <LArMphysOverMcalP1.h>

Collaboration diagram for LArMphysOverMcalP1:

Public Member Functions

 LArMphysOverMcalP1 ()
 
 LArMphysOverMcalP1 (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 19 of file LArMphysOverMcalP1.h.

Constructor & Destructor Documentation

◆ LArMphysOverMcalP1() [1/2]

LArMphysOverMcalP1::LArMphysOverMcalP1 ( )
inline

Definition at line 22 of file LArMphysOverMcalP1.h.

◆ LArMphysOverMcalP1() [2/2]

LArMphysOverMcalP1::LArMphysOverMcalP1 ( float  f)
inline

Definition at line 23 of file LArMphysOverMcalP1.h.

24  : m_MphysOverMcal(f) {}

Member Function Documentation

◆ isEmpty()

bool LArMphysOverMcalP1::isEmpty ( ) const
inline

Definition at line 25 of file LArMphysOverMcalP1.h.

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

Member Data Documentation

◆ m_MphysOverMcal

float LArMphysOverMcalP1::m_MphysOverMcal

Definition at line 26 of file LArMphysOverMcalP1.h.


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