ATLAS Offline Software
eflowObject_p3.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
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 }
eflowObject_p3::eflowObject_p3
eflowObject_p3()
Constructor where we initialize the data members of this class.
Definition: eflowObject_p3.cxx:8
eflowObject_p3::m_e
double m_e
Definition: eflowObject_p3.h:71
eflowObject_p3::m_valid
bool m_valid
Definition: eflowObject_p3.h:65
eflowObject_p3::m_z0
double m_z0
Definition: eflowObject_p3.h:60
eflowObject_p3::m_eta
double m_eta
Definition: eflowObject_p3.h:71
eflowObject_p3::m_nTrack
int m_nTrack
Definition: eflowObject_p3.h:63
eflowObject_p3::m_recoStatus
unsigned int m_recoStatus
Definition: eflowObject_p3.h:52
eflowObject_p3.h
eflowObject_p3::m_nClus
int m_nClus
Definition: eflowObject_p3.h:63
eflowObject_p3::m_m
double m_m
Definition: eflowObject_p3.h:71
eflowObject_p3::m_eflowType
int m_eflowType
Definition: eflowObject_p3.h:62
eflowObject_p3::m_phi
double m_phi
Definition: eflowObject_p3.h:71
eflowObject_p3::m_charge
int m_charge
Definition: eflowObject_p3.h:62
eflowObject_p3::m_d0
double m_d0
Definition: eflowObject_p3.h:60