ATLAS Offline Software
Loading...
Searching...
No Matches
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.
 ~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}
unsigned int m_recoStatus

◆ ~eflowObject_p4()

eflowObject_p4::~eflowObject_p4 ( )
inline

Definition at line 35 of file eflowObject_p4.h.

35{};

◆ eflowObjectCnv_p4

friend class eflowObjectCnv_p4
friend

Definition at line 37 of file eflowObject_p4.h.

Member Data Documentation

◆ m_charge

int eflowObject_p4::m_charge
private

Definition at line 50 of file eflowObject_p4.h.

◆ m_e

float eflowObject_p4::m_e
private

Definition at line 56 of file eflowObject_p4.h.

◆ m_eflowClus

ElementLinkIntVector_p1 eflowObject_p4::m_eflowClus
private

Definition at line 45 of file eflowObject_p4.h.

◆ m_eflowTrack

ElementLinkIntVector_p1 eflowObject_p4::m_eflowTrack
private

Definition at line 48 of file eflowObject_p4.h.

◆ m_eflowType

int eflowObject_p4::m_eflowType
private

Definition at line 50 of file eflowObject_p4.h.

◆ m_eta

float eflowObject_p4::m_eta
private

Definition at line 56 of file eflowObject_p4.h.

◆ m_m

float eflowObject_p4::m_m
private

Definition at line 56 of file eflowObject_p4.h.

◆ m_phi

float eflowObject_p4::m_phi
private

Definition at line 56 of file eflowObject_p4.h.

◆ m_recoStatus

unsigned int eflowObject_p4::m_recoStatus
private

Definition at line 42 of file eflowObject_p4.h.


The documentation for this class was generated from the following files: