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
src
TrackPropagation
RungeKutta
src
RKDistance.h
Go to the documentation of this file.
1
#ifndef RKDistance_H
2
#define RKDistance_H
3
#include "
FWCore/Utilities/interface/Visibility.h
"
4
5
#include "
RKSmallVector.h
"
6
7
template
<
typename
T,
int
N>
8
class
dso_internal
RKDistance
{
9
public
:
10
typedef
T
Scalar
;
11
typedef
RKSmallVector<T, N>
Vector
;
12
13
virtual
~RKDistance
() {}
14
15
virtual
Scalar
operator()(
const
Vector
&
a
,
const
Vector
&
b
,
const
Scalar
&
s
)
const
= 0;
16
};
17
18
#endif
RKSmallVector.h
align::Scalar
double Scalar
Definition:
Definitions.h:25
RKSmallVector
ROOT::Math::SVector< T, N > RKSmallVector
Definition:
RKSmallVector.h:13
Vector
ROOT::Math::Plane3D::Vector Vector
Definition:
EcalHitMaker.cc:29
RKDistance::Vector
RKSmallVector< T, N > Vector
Definition:
RKDistance.h:11
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
Visibility.h
RKDistance
Definition:
RKDistance.h:8
dso_internal
#define dso_internal
Definition:
Visibility.h:13
RKDistance::Scalar
T Scalar
Definition:
RKDistance.h:10
RKDistance::~RKDistance
virtual ~RKDistance()
Definition:
RKDistance.h:13
b
double b
Definition:
hdecay.h:118
a
double a
Definition:
hdecay.h:119
T
long double T
Definition:
Basic3DVectorLD.h:48
Generated for CMSSW Reference Manual by
1.8.14