ATLAS Offline Software
Public Member Functions | Private Attributes | Friends | List of all members
eflowObject_p4 Class Reference

#include <eflowObject_p4.h>

Collaboration diagram for eflowObject_p4:

Public Member Functions

 eflowObject_p4 ()
 Constructor where we initialize the data members of this class. More...
 
 ~eflowObject_p4 ()
 

Private Attributes

unsigned int m_recoStatus
 
ElementLinkIntVector_p1 m_eflowClus
 
ElementLinkIntVector_p1 m_eflowTrack
 
int m_eflowType
 
int m_charge
 
float m_e
 
float m_eta
 
float m_phi
 
float m_m
 

Friends

class eflowObjectCnv_p4
 

Detailed Description

Definition at line 26 of file eflowObject_p4.h.

Constructor & Destructor Documentation

◆ eflowObject_p4()

eflowObject_p4::eflowObject_p4 ( )

Constructor where we initialize the data members of this class.

Definition at line 8 of file eflowObject_p4.cxx.

8  {
9 
10  //initialize the data members
11  m_charge = 0;
12  m_eflowType = 0;
13  m_eta = 0.0;
14  m_e = 0.0;
15  m_m = 0.0;
16  m_phi = 0.0;
17  m_recoStatus = 0;
18 
19 }

◆ ~eflowObject_p4()

eflowObject_p4::~eflowObject_p4 ( )
inline

Definition at line 45 of file eflowObject_p4.h.

66 {

Friends And Related Function Documentation

◆ eflowObjectCnv_p4

friend class eflowObjectCnv_p4
friend

Definition at line 47 of file eflowObject_p4.h.

Member Data Documentation

◆ m_charge

int eflowObject_p4::m_charge
private

Definition at line 60 of file eflowObject_p4.h.

◆ m_e

float eflowObject_p4::m_e
private

Definition at line 66 of file eflowObject_p4.h.

◆ m_eflowClus

ElementLinkIntVector_p1 eflowObject_p4::m_eflowClus
private

Definition at line 55 of file eflowObject_p4.h.

◆ m_eflowTrack

ElementLinkIntVector_p1 eflowObject_p4::m_eflowTrack
private

Definition at line 58 of file eflowObject_p4.h.

◆ m_eflowType

int eflowObject_p4::m_eflowType
private

Definition at line 60 of file eflowObject_p4.h.

◆ m_eta

float eflowObject_p4::m_eta
private

Definition at line 66 of file eflowObject_p4.h.

◆ m_m

float eflowObject_p4::m_m
private

Definition at line 66 of file eflowObject_p4.h.

◆ m_phi

float eflowObject_p4::m_phi
private

Definition at line 66 of file eflowObject_p4.h.

◆ m_recoStatus

unsigned int eflowObject_p4::m_recoStatus
private

Definition at line 52 of file eflowObject_p4.h.


The documentation for this class was generated from the following files:
eflowObject_p4::m_eta
float m_eta
Definition: eflowObject_p4.h:66
eflowObject_p4::m_e
float m_e
Definition: eflowObject_p4.h:66
eflowObject_p4::m_m
float m_m
Definition: eflowObject_p4.h:66
eflowObject_p4::m_phi
float m_phi
Definition: eflowObject_p4.h:66
eflowObject_p4::m_recoStatus
unsigned int m_recoStatus
Definition: eflowObject_p4.h:52
eflowObject_p4::m_charge
int m_charge
Definition: eflowObject_p4.h:60
eflowObject_p4::m_eflowType
int m_eflowType
Definition: eflowObject_p4.h:60