ATLAS Offline Software
Loading...
Searching...
No Matches
TrackTrigObject.cxx
Go to the documentation of this file.
1
9
10
13
15
17m_eta(0), m_phi(0), m_pt(0), m_z0(0), m_type(), m_id(0)
18{ }
19
20TrackTrigObject::TrackTrigObject(double eta, double phi, double pt, double z0,
21 int type, unsigned long id) :
23{ }
24
25
27 int type, unsigned long id) :
28 m_eta(t.eta()), m_phi(t.phi()), m_pt(t.pT()), m_z0(t.z0()), m_type(type), m_id(id)
29{ }
30
31
32
33
ClassImp(TrackTrigObject) TrackTrigObject
double z0() const
double pt() const
unsigned long id() const
double phi() const
double eta() const
double m_eta
parameters
unsigned long m_id
identifier
int m_type
generic type information