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

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

#include <LArfSamplP.h>

Collaboration diagram for LArfSamplP:

Public Member Functions

 LArfSamplP ()
 
 LArfSamplP (float f)
 
bool isEmpty () const
 

Public Attributes

float m_fSampl
 

Detailed Description

c-struct reproducing the structure of the persistent data

Author
S. Laplace
Version
0-0-1 , 21/01/04

Definition at line 19 of file LArfSamplP.h.

Constructor & Destructor Documentation

◆ LArfSamplP() [1/2]

LArfSamplP::LArfSamplP ( )
inline

Definition at line 23 of file LArfSamplP.h.

23 : m_fSampl(-9999999) {}

◆ LArfSamplP() [2/2]

LArfSamplP::LArfSamplP ( float  f)
inline

Definition at line 24 of file LArfSamplP.h.

24 : m_fSampl(f) {}

Member Function Documentation

◆ isEmpty()

bool LArfSamplP::isEmpty ( ) const
inline

Definition at line 25 of file LArfSamplP.h.

25 { return m_fSampl < -9999 ; } ;

Member Data Documentation

◆ m_fSampl

float LArfSamplP::m_fSampl

Definition at line 26 of file LArfSamplP.h.


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