ATLAS Offline Software
Loading...
Searching...
No Matches
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) {}
float m_Tshaper
Definition LArTshaperP.h:26

◆ 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: