Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Tracking
TrkVertexFitter
TrkVertexSeedFinderUtils
TrkVertexSeedFinderUtils
PointOnTrack.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRKVERTEXSEEDFINDERUTILS_POINTONTRACK_H
6
#define TRKVERTEXSEEDFINDERUTILS_POINTONTRACK_H
7
8
#include "
TrkParameters/TrackParameters.h
"
9
10
namespace
Trk
{
11
12
class
PointOnTrack
:
public
std::pair<const Perigee*,double>
13
{
14
public
:
15
PointOnTrack
();
16
PointOnTrack
(
const
Perigee
&
first
,
double
second
);
17
PointOnTrack
(
const
PointOnTrack
&
same
);
18
PointOnTrack
(
const
Perigee
& perigee);
19
PointOnTrack
&
operator=
(
const
PointOnTrack
&) =
default
;
20
~PointOnTrack
() {};
21
const
Perigee
&
getPerigee
()
const
;
22
double
getPhiPoint
()
const
;
23
void
setPhiPoint
(
double
phi
);
24
void
setPerigee
(
const
Perigee
& perigee);
25
};
26
27
}
28
29
#endif
python.SystemOfUnits.second
int second
Definition:
SystemOfUnits.py:120
Trk::PointOnTrack::setPerigee
void setPerigee(const Perigee &perigee)
Definition:
PointOnTrack.cxx:32
TrackParameters.h
Trk::ParametersT
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
Definition:
EMErrorDetail.h:25
Trk::PointOnTrack::getPhiPoint
double getPhiPoint() const
Definition:
PointOnTrack.cxx:24
Trk::PointOnTrack::operator=
PointOnTrack & operator=(const PointOnTrack &)=default
python.TrigEgammaFastCaloHypoTool.same
def same(val, tool)
Definition:
TrigEgammaFastCaloHypoTool.py:12
Trk::PointOnTrack::setPhiPoint
void setPhiPoint(double phi)
Definition:
PointOnTrack.cxx:28
Trk::PointOnTrack::~PointOnTrack
~PointOnTrack()
Definition:
PointOnTrack.h:20
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::PointOnTrack::getPerigee
const Perigee & getPerigee() const
Definition:
PointOnTrack.cxx:20
Trk::PointOnTrack
Definition:
PointOnTrack.h:13
DeMoScan.first
bool first
Definition:
DeMoScan.py:536
Trk::PointOnTrack::PointOnTrack
PointOnTrack()
Definition:
PointOnTrack.cxx:9
Trk::phi
@ phi
Definition:
ParamDefs.h:75
Generated on Tue Apr 1 2025 21:17:02 for ATLAS Offline Software by
1.8.18