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
w
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
TrkDetDescr
TrkSurfaces
TrkSurfaces
SurfaceHolders.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRKSURFACES_SURFACEHOLDERS_H
6
#define TRKSURFACES_SURFACEHOLDERS_H
7
8
#include "
TrkEventPrimitives/SurfaceHolderImpl.h
"
9
#include "
TrkSurfaces/ConeSurface.h
"
10
#include "
TrkSurfaces/CylinderSurface.h
"
11
#include "
TrkSurfaces/DiscSurface.h
"
12
#include "
TrkSurfaces/PerigeeSurface.h
"
13
#include "
TrkSurfaces/PlaneSurface.h
"
14
#include "
TrkSurfaces/StraightLineSurface.h
"
15
#include "
TrkSurfaces/Surface.h
"
16
17
namespace
Trk
{
18
19
using
ConeSurfacePtrHolder
=
SurfacePtrHolderImpl<ConeSurface>
;
20
using
CylinderSurfacePtrHolder
=
SurfacePtrHolderImpl<CylinderSurface>
;
21
using
DiscSurfacePtrHolder
=
SurfacePtrHolderImpl<DiscSurface>
;
22
using
PerigeeSurfacePtrHolder
=
SurfacePtrHolderImpl<PerigeeSurface>
;
23
using
PlaneSurfacePtrHolder
=
SurfacePtrHolderImpl<PlaneSurface>
;
24
using
StraightLineSurfacePtrHolder
=
SurfacePtrHolderImpl<StraightLineSurface>
;
25
using
SurfacePtrHolder
=
SurfacePtrHolderImpl<Surface>
;
26
27
using
ConeSurfaceUniqHolder
=
SurfaceUniqHolderImpl<ConeSurface>
;
28
using
CylinderSurfaceUniqHolder
=
SurfaceUniqHolderImpl<CylinderSurface>
;
29
using
DiscSurfaceUniqHolder
=
SurfaceUniqHolderImpl<DiscSurface>
;
30
using
PerigeeSurfaceUniqHolder
=
SurfaceUniqHolderImpl<PerigeeSurface>
;
31
using
PlaneSurfaceUniqHolder
=
SurfaceUniqHolderImpl<PlaneSurface>
;
32
using
StraightLineSurfaceUniqHolder
=
33
SurfaceUniqHolderImpl<StraightLineSurface>
;
34
using
SurfaceUniqHolder
=
SurfaceUniqHolderImpl<Surface>
;
35
36
using
SurfacePtrHolderDetEl
=
Trk::SurfacePtrHolderImplDetEl<Surface>
;
37
}
38
39
#endif
StraightLineSurface.h
PerigeeSurface.h
Surface.h
Trk::SurfacePtrHolderImpl
Definition:
SurfaceHolderImpl.h:56
ConeSurface.h
CylinderSurface.h
SurfaceHolderImpl.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::SurfaceUniqHolderImpl
Definition:
SurfaceHolderImpl.h:232
PlaneSurface.h
Trk::SurfacePtrHolderImplDetEl
Definition:
SurfaceHolderImpl.h:142
DiscSurface.h
Generated on Wed May 7 2025 21:18:22 for ATLAS Offline Software by
1.8.18