ATLAS Offline Software
Trigger
TrigAnalysis
TrigInDetAnalysis
src
TrackTrigObject.cxx
Go to the documentation of this file.
1
11
#include "
TrigInDetAnalysis/TrackTrigObject.h
"
12
13
ClassImp
(
TrackTrigObject
)
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
21
TrackTrigObject::TrackTrigObject
(
const
TIDA::Track
&
t
,
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:67
eta
Scalar eta() const
pseudorapidity method
Definition:
AmgMatrixBasePlugin.h:83
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:220
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
Generated on Thu Nov 7 2024 21:29:15 for ATLAS Offline Software by
1.8.18