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
TrkEvent
TrkNeutralParameters
TrkNeutralParameters
NeutralParameters.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// NeutralParameters.h, (c) ATLAS Detector software
8
9
#ifndef TRKNEUTRALPARAMETERS_NEUTRALPARAMETERS_H
10
#define TRKNEUTRALPARAMETERS_NEUTRALPARAMETERS_H
11
12
#include "
TrkParametersBase/CurvilinearParametersT.h
"
13
#include "
TrkParametersBase/ParametersT.h
"
14
#include "
TrkSurfaces/ConeSurface.h
"
15
#include "
TrkSurfaces/CylinderSurface.h
"
16
#include "
TrkSurfaces/DiscSurface.h
"
17
#include "
TrkSurfaces/PerigeeSurface.h
"
18
#include "
TrkSurfaces/PlaneSurface.h
"
19
#include "
TrkSurfaces/StraightLineSurface.h
"
20
21
22
namespace
Trk
{
23
24
constexpr
size_t
NeutralParametersDim
= 5;
25
// Alias declarations
26
using
NeutralParameters
=
ParametersBase<NeutralParametersDim, Neutral>
;
27
using
NeutralCurvilinearParameters
=
CurvilinearParametersT<NeutralParametersDim, Neutral, PlaneSurface>
;
28
using
NeutralAtaCone
=
ParametersT<NeutralParametersDim, Neutral, ConeSurface>
;
29
using
NeutralAtaCylinder
=
ParametersT<NeutralParametersDim, Neutral, CylinderSurface>
;
30
using
NeutralAtaDisc
=
ParametersT<NeutralParametersDim, Neutral, DiscSurface>
;
31
using
NeutralPerigee
=
ParametersT<NeutralParametersDim, Neutral, PerigeeSurface>
;
32
using
NeutralAtaPlane
=
ParametersT<NeutralParametersDim, Neutral, PlaneSurface>
;
33
using
NeutralAtaStraightLine
=
ParametersT<NeutralParametersDim, Neutral, StraightLineSurface>
;
34
}
35
38
MsgStream&
39
operator<<
(MsgStream& sl,
const
Trk::NeutralParameters
&
pars
);
40
43
std::ostream&
44
operator<<
(std::ostream& sl,
const
Trk::NeutralParameters
&
pars
);
45
46
#endif // TRKNEUTRALPARAMETERS_NEUTRALPARAMETERS_H
make_hlt_rep.pars
pars
Definition:
make_hlt_rep.py:90
StraightLineSurface.h
PerigeeSurface.h
Trk::ParametersT
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
Definition:
EMErrorDetail.h:25
ConeSurface.h
CurvilinearParametersT.h
ParametersT.h
CylinderSurface.h
Trk::ParametersBase
Definition:
ParametersBase.h:55
Trk::CurvilinearParametersT
Definition:
CurvilinearParametersT.h:48
Trk::NeutralParametersDim
constexpr size_t NeutralParametersDim
Definition:
NeutralParameters.h:24
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
operator<<
MsgStream & operator<<(MsgStream &sl, const Trk::NeutralParameters &pars)
Overload of << operator for both, MsgStream and std::ostream for debug output.
Definition:
NeutralParameters.cxx:22
PlaneSurface.h
DiscSurface.h
Generated on Thu Mar 13 2025 21:15:53 for ATLAS Offline Software by
1.8.18