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

#include <eflowObject_p3.h>

Collaboration diagram for eflowObject_p3:

Public Member Functions

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

Private Attributes

unsigned int m_recoStatus
ElementLinkIntVector_p1 m_eflowClus
ElementLinkIntVector_p1 m_eflowTrack
double m_d0
double m_z0
int m_eflowType
int m_charge
int m_nTrack
int m_nClus
bool m_valid
ElementLinkInt_p1 m_muonElementLink
ElementLinkInt_p1 m_convElementLink
double m_e
double m_eta
double m_phi
double m_m

Friends

class eflowObjectCnv_p3

Detailed Description

Definition at line 26 of file eflowObject_p3.h.

Constructor & Destructor Documentation

◆ eflowObject_p3()

eflowObject_p3::eflowObject_p3 ( )

Constructor where we initialize the data members of this class.

Definition at line 8 of file eflowObject_p3.cxx.

8 {
9
10 //initialize the data members
11 m_charge = 0;
12 m_d0 = 0.0;
13 m_eflowType = 0;
14 m_eta = 0.0;
15 m_e = 0.0;
16 m_m = 0.0;
17 m_nClus = 0;
18 m_nTrack = 0;
19 m_phi = 0.0;
20 m_recoStatus = 0;
21 m_valid = 0;
22 m_z0 = 0.0;
23
24}
unsigned int m_recoStatus

◆ ~eflowObject_p3()

eflowObject_p3::~eflowObject_p3 ( )
inline

Definition at line 35 of file eflowObject_p3.h.

35{};

◆ eflowObjectCnv_p3

friend class eflowObjectCnv_p3
friend

Definition at line 37 of file eflowObject_p3.h.

Member Data Documentation

◆ m_charge

int eflowObject_p3::m_charge
private

Definition at line 52 of file eflowObject_p3.h.

◆ m_convElementLink

ElementLinkInt_p1 eflowObject_p3::m_convElementLink
private

Definition at line 58 of file eflowObject_p3.h.

◆ m_d0

double eflowObject_p3::m_d0
private

Definition at line 50 of file eflowObject_p3.h.

◆ m_e

double eflowObject_p3::m_e
private

Definition at line 61 of file eflowObject_p3.h.

◆ m_eflowClus

ElementLinkIntVector_p1 eflowObject_p3::m_eflowClus
private

Definition at line 45 of file eflowObject_p3.h.

◆ m_eflowTrack

ElementLinkIntVector_p1 eflowObject_p3::m_eflowTrack
private

Definition at line 48 of file eflowObject_p3.h.

◆ m_eflowType

int eflowObject_p3::m_eflowType
private

Definition at line 52 of file eflowObject_p3.h.

◆ m_eta

double eflowObject_p3::m_eta
private

Definition at line 61 of file eflowObject_p3.h.

◆ m_m

double eflowObject_p3::m_m
private

Definition at line 61 of file eflowObject_p3.h.

◆ m_muonElementLink

ElementLinkInt_p1 eflowObject_p3::m_muonElementLink
private

Definition at line 57 of file eflowObject_p3.h.

◆ m_nClus

int eflowObject_p3::m_nClus
private

Definition at line 53 of file eflowObject_p3.h.

◆ m_nTrack

int eflowObject_p3::m_nTrack
private

Definition at line 53 of file eflowObject_p3.h.

◆ m_phi

double eflowObject_p3::m_phi
private

Definition at line 61 of file eflowObject_p3.h.

◆ m_recoStatus

unsigned int eflowObject_p3::m_recoStatus
private

Definition at line 42 of file eflowObject_p3.h.

◆ m_valid

bool eflowObject_p3::m_valid
private

Definition at line 55 of file eflowObject_p3.h.

◆ m_z0

double eflowObject_p3::m_z0
private

Definition at line 50 of file eflowObject_p3.h.


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