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

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

#include <LArRinjP.h>

Collaboration diagram for LArRinjP:

Public Member Functions

 LArRinjP ()
 
 LArRinjP (float f)
 
bool isEmpty () const
 

Public Attributes

float m_Rinj
 

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

Constructor & Destructor Documentation

◆ LArRinjP() [1/2]

LArRinjP::LArRinjP ( )
inline

Definition at line 23 of file LArRinjP.h.

23 : m_Rinj(-9999999) {}

◆ LArRinjP() [2/2]

LArRinjP::LArRinjP ( float  f)
inline

Definition at line 24 of file LArRinjP.h.

24 : m_Rinj(f) {}

Member Function Documentation

◆ isEmpty()

bool LArRinjP::isEmpty ( ) const
inline

Definition at line 25 of file LArRinjP.h.

25 { return m_Rinj < -9999 ; } ;

Member Data Documentation

◆ m_Rinj

float LArRinjP::m_Rinj

Definition at line 26 of file LArRinjP.h.


The documentation for this class was generated from the following file:
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
LArRinjP::m_Rinj
float m_Rinj
Definition: LArRinjP.h:25