ATLAS Offline Software
TrackTrigObject.cxx
Go to the documentation of this file.
1 
12 
14 
15 TrackTrigObject::TrackTrigObject(double eta, double phi, double pt, double z0,
16  int type, unsigned long id) :
17 m_eta(eta), m_phi(phi), m_pt(pt), m_z0(z0), m_type(type), m_id(id)
18 { }
19 
20 
22  int type, unsigned long id) :
23  m_eta(t.eta()), m_phi(t.phi()), m_pt(t.pT()), m_z0(t.z0()), m_type(type), m_id(id)
24 { }
25 
26 
27 
28 
CalculateHighPtTerm.pT
pT
Definition: ICHEP2016/CalculateHighPtTerm.py:57
TrackTrigObject::TrackTrigObject
TrackTrigObject()
Definition: TrackTrigObject.h:25
phi
Scalar phi() const
phi method
Definition: AmgMatrixBasePlugin.h:64
eta
Scalar eta() const
pseudorapidity method
Definition: AmgMatrixBasePlugin.h:79
test_pyathena.pt
pt
Definition: test_pyathena.py:11
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
m_type
TokenType m_type
the type
Definition: TProperty.cxx:44
ClassImp
ClassImp(TrackTrigObject) TrackTrigObject
Definition: TrackTrigObject.cxx:13
TRT::Track::z0
@ z0
Definition: InnerDetector/InDetCalibEvent/TRT_CalibData/TRT_CalibData/TrackInfo.h:63
id
SG::auxid_t id
Definition: Control/AthContainers/Root/debug.cxx:194
TrackTrigObject.h
TrackTrigObject
Definition: TrackTrigObject.h:21
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
TIDA::Track
Definition: Trigger/TrigAnalysis/TrigInDetAnalysis/TrigInDetAnalysis/Track.h:26