ATLAS Offline Software
Loading...
Searching...
No Matches
eflowObject_p5 Class Reference

#include <eflowObject_p5.h>

Collaboration diagram for eflowObject_p5:

Public Member Functions

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

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
float m_pi0MVA
float m_centerMag

Friends

class eflowObjectCnv_p5

Detailed Description

Definition at line 26 of file eflowObject_p5.h.

Constructor & Destructor Documentation

◆ eflowObject_p5()

eflowObject_p5::eflowObject_p5 ( )

Constructor where we initialize the data members of this class.

Definition at line 8 of file eflowObject_p5.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 m_pi0MVA = 0.0;
19 m_centerMag = 0.0;
20
21}
unsigned int m_recoStatus

◆ ~eflowObject_p5()

eflowObject_p5::~eflowObject_p5 ( )
inline

Definition at line 35 of file eflowObject_p5.h.

35{};

◆ eflowObjectCnv_p5

friend class eflowObjectCnv_p5
friend

Definition at line 37 of file eflowObject_p5.h.

Member Data Documentation

◆ m_centerMag

float eflowObject_p5::m_centerMag
private

Definition at line 58 of file eflowObject_p5.h.

◆ m_charge

int eflowObject_p5::m_charge
private

Definition at line 50 of file eflowObject_p5.h.

◆ m_e

float eflowObject_p5::m_e
private

Definition at line 53 of file eflowObject_p5.h.

◆ m_eflowClus

ElementLinkIntVector_p1 eflowObject_p5::m_eflowClus
private

Definition at line 45 of file eflowObject_p5.h.

◆ m_eflowTrack

ElementLinkIntVector_p1 eflowObject_p5::m_eflowTrack
private

Definition at line 48 of file eflowObject_p5.h.

◆ m_eflowType

int eflowObject_p5::m_eflowType
private

Definition at line 50 of file eflowObject_p5.h.

◆ m_eta

float eflowObject_p5::m_eta
private

Definition at line 53 of file eflowObject_p5.h.

◆ m_m

float eflowObject_p5::m_m
private

Definition at line 53 of file eflowObject_p5.h.

◆ m_phi

float eflowObject_p5::m_phi
private

Definition at line 53 of file eflowObject_p5.h.

◆ m_pi0MVA

float eflowObject_p5::m_pi0MVA
private

Definition at line 56 of file eflowObject_p5.h.

◆ m_recoStatus

unsigned int eflowObject_p5::m_recoStatus
private

Definition at line 42 of file eflowObject_p5.h.


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