ATLAS Offline Software
Loading...
Searching...
No Matches
eflowObject_p2.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_valid = 0;
21 m_z0 = 0.0;
22
23}
eflowObject_p2()
Constructor where we initialize the data members of this class.