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

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

#include <LArCableLengthP.h>

Collaboration diagram for LArCableLengthP:

Public Member Functions

 LArCableLengthP ()
 
 LArCableLengthP (float f)
 
bool isEmpty () const
 

Public Attributes

float m_CableLength
 

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

Constructor & Destructor Documentation

◆ LArCableLengthP() [1/2]

LArCableLengthP::LArCableLengthP ( )
inline

Definition at line 23 of file LArCableLengthP.h.

23 : m_CableLength(-9999999) {}

◆ LArCableLengthP() [2/2]

LArCableLengthP::LArCableLengthP ( float  f)
inline

Definition at line 24 of file LArCableLengthP.h.

25  : m_CableLength(f) {}

Member Function Documentation

◆ isEmpty()

bool LArCableLengthP::isEmpty ( ) const
inline

Definition at line 26 of file LArCableLengthP.h.

26 { return m_CableLength < -9999 ; } ;

Member Data Documentation

◆ m_CableLength

float LArCableLengthP::m_CableLength

Definition at line 27 of file LArCableLengthP.h.


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