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

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

#include <LArCableAttenuationP.h>

Collaboration diagram for LArCableAttenuationP:

Public Member Functions

 LArCableAttenuationP ()
 
 LArCableAttenuationP (float f)
 
bool isEmpty () const
 

Public Attributes

float m_CableAttenuation
 

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

Constructor & Destructor Documentation

◆ LArCableAttenuationP() [1/2]

LArCableAttenuationP::LArCableAttenuationP ( )
inline

Definition at line 23 of file LArCableAttenuationP.h.

23 : m_CableAttenuation(-9999999) {}

◆ LArCableAttenuationP() [2/2]

LArCableAttenuationP::LArCableAttenuationP ( float  f)
inline

Definition at line 24 of file LArCableAttenuationP.h.

25  : m_CableAttenuation(f) {}

Member Function Documentation

◆ isEmpty()

bool LArCableAttenuationP::isEmpty ( ) const
inline

Definition at line 26 of file LArCableAttenuationP.h.

26 { return m_CableAttenuation < -9999 ; } ;

Member Data Documentation

◆ m_CableAttenuation

float LArCableAttenuationP::m_CableAttenuation

Definition at line 27 of file LArCableAttenuationP.h.


The documentation for this class was generated from the following file:
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
LArCableAttenuationP::m_CableAttenuation
float m_CableAttenuation
Definition: LArCableAttenuationP.h:26