Main Page
+
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
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
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
+
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
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
TrackingTools
GeomPropagators
interface
HelixLineExtrapolation.h
Go to the documentation of this file.
1
#ifndef HelixLineExtrapolation_H
2
#define HelixLineExtrapolation_H
3
4
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
5
#include "
DataFormats/GeometryVector/interface/GlobalVector.h
"
6
7
#include <utility>
8
9
class
Line
;
10
15
class
HelixLineExtrapolation
{
16
public
:
22
typedef
Basic3DVector<float>
PositionType
;
23
typedef
Basic3DVector<float>
DirectionType
;
24
typedef
Basic3DVector<double>
PositionTypeDouble
;
25
typedef
Basic3DVector<double>
DirectionTypeDouble
;
26
27
public
:
28
virtual
~HelixLineExtrapolation
() =
default
;
29
//
30
// the helix is passed to the constructor and does not appear in the interface
31
//
32
37
virtual
std::pair<bool, double>
pathLength
(
const
GlobalPoint
&
point
)
const
= 0;
38
43
virtual
std::pair<bool, double>
pathLength
(
const
Line
&
line
)
const
= 0;
44
51
virtual
PositionType
position
(
double
s
)
const
= 0;
52
58
virtual
DirectionType
direction
(
double
s
)
const
= 0;
59
};
60
61
#endif
Line
Definition:
Line.h:10
HelixLineExtrapolation::PositionTypeDouble
Basic3DVector< double > PositionTypeDouble
Definition:
HelixLineExtrapolation.h:24
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
HelixLineExtrapolation::DirectionTypeDouble
Basic3DVector< double > DirectionTypeDouble
Definition:
HelixLineExtrapolation.h:25
HelixLineExtrapolation::DirectionType
Basic3DVector< float > DirectionType
Definition:
HelixLineExtrapolation.h:23
HelixLineExtrapolation::PositionType
Basic3DVector< float > PositionType
Definition:
HelixLineExtrapolation.h:22
HelixLineExtrapolation::position
virtual PositionType position(double s) const =0
Basic3DVector< float >
mps_splice.line
line
Definition:
mps_splice.py:76
HelixLineExtrapolation
Definition:
HelixLineExtrapolation.h:15
GlobalVector.h
HelixLineExtrapolation::direction
virtual DirectionType direction(double s) const =0
Point3DBase< float, GlobalTag >
point
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
Definition:
invegas.h:5
HelixLineExtrapolation::pathLength
virtual std::pair< bool, double > pathLength(const GlobalPoint &point) const =0
GlobalPoint.h
HelixLineExtrapolation::~HelixLineExtrapolation
virtual ~HelixLineExtrapolation()=default
Generated for CMSSW Reference Manual by
1.8.14