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
TrkDetDescr
TrkVolumes
TrkVolumes
CylinderIntersector.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// CylinderIntersector.h, (c) ATLAS Detector software
8
9
#ifndef TRKVOLUMES_CYLINDERINTERSECTOR_H
10
#define TRKVOLUMES_CYLINDERINTERSECTOR_H
11
12
#include <cmath>
13
14
namespace
Trk
{
15
20
struct
CylinderIntersector
{
21
22
double
yOfX
;
23
double
segLength
;
24
25
CylinderIntersector
(
double
px
,
double
py
,
double
k
,
double
xprime) {
26
double
deltax = xprime-
px
;
27
yOfX
=
py
+
k
*(deltax);
28
double
deltay =
yOfX
-
py
;
29
segLength
= sqrt(deltax*deltax+deltay*deltay);
30
}
31
};
32
33
}
// end of ns
34
35
#endif
Trk::py
@ py
Definition:
ParamDefs.h:60
Trk::CylinderIntersector::CylinderIntersector
CylinderIntersector(double px, double py, double k, double xprime)
Definition:
CylinderIntersector.h:25
Trk::CylinderIntersector::segLength
double segLength
length of the line segment
Definition:
CylinderIntersector.h:23
Trk::CylinderIntersector
Definition:
CylinderIntersector.h:20
Trk::px
@ px
Definition:
ParamDefs.h:59
Trk::CylinderIntersector::yOfX
double yOfX
the result of x
Definition:
CylinderIntersector.h:22
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
fitman.k
k
Definition:
fitman.py:528
Generated on Tue Mar 25 2025 21:09:10 for ATLAS Offline Software by
1.8.18