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

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

#include <LAruA2MeVP.h>

Collaboration diagram for LAruA2MeVP:

Public Member Functions

 LAruA2MeVP ()
 
 LAruA2MeVP (float a)
 
bool isEmpty () const
 

Public Attributes

float m_uA2MeV
 

Detailed Description

c-struct reproducing the structure of the persistent data

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

Definition at line 19 of file LAruA2MeVP.h.

Constructor & Destructor Documentation

◆ LAruA2MeVP() [1/2]

LAruA2MeVP::LAruA2MeVP ( )
inline

Definition at line 22 of file LAruA2MeVP.h.

22 : m_uA2MeV(float(ILAruA2MeV::ERRORCODE)) {}

◆ LAruA2MeVP() [2/2]

LAruA2MeVP::LAruA2MeVP ( float  a)
inline

Definition at line 23 of file LAruA2MeVP.h.

23 : m_uA2MeV(a) {}

Member Function Documentation

◆ isEmpty()

bool LAruA2MeVP::isEmpty ( ) const
inline

Definition at line 24 of file LAruA2MeVP.h.

24 { return (m_uA2MeV == float(ILAruA2MeV::ERRORCODE)) ; } ;

Member Data Documentation

◆ m_uA2MeV

float LAruA2MeVP::m_uA2MeV

Definition at line 25 of file LAruA2MeVP.h.


The documentation for this class was generated from the following file:
LAruA2MeVP::m_uA2MeV
float m_uA2MeV
Definition: LAruA2MeVP.h:24
a
TList * a
Definition: liststreamerinfos.cxx:10
ILAruA2MeV::ERRORCODE
@ ERRORCODE
Definition: ILAruA2MeV.h:35