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

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

#include <LArTshaperP.h>

Collaboration diagram for LArTshaperP:

Public Member Functions

 LArTshaperP ()
 
 LArTshaperP (float f)
 
bool isEmpty () const
 

Public Attributes

float m_Tshaper
 

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

Constructor & Destructor Documentation

◆ LArTshaperP() [1/2]

LArTshaperP::LArTshaperP ( )
inline

Definition at line 23 of file LArTshaperP.h.

23 : m_Tshaper(-9999999) {}

◆ LArTshaperP() [2/2]

LArTshaperP::LArTshaperP ( float  f)
inline

Definition at line 24 of file LArTshaperP.h.

24 : m_Tshaper(f) {}

Member Function Documentation

◆ isEmpty()

bool LArTshaperP::isEmpty ( ) const
inline

Definition at line 25 of file LArTshaperP.h.

25 { return m_Tshaper < -9999 ; } ;

Member Data Documentation

◆ m_Tshaper

float LArTshaperP::m_Tshaper

Definition at line 26 of file LArTshaperP.h.


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