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
RKSolver.h
Go to the documentation of this file.
1
#ifndef RKSolver_H
2
#define RKSolver_H
3
4
#include "
FWCore/Utilities/interface/Visibility.h
"
5
6
#include "
RKSmallVector.h
"
7
#include "
RKDerivative.h
"
8
#include "
RKDistance.h
"
9
11
12
template
<
typename
T,
int
N>
13
class
dso_internal
RKSolver
{
14
public
:
15
typedef
T
Scalar
;
16
typedef
RKSmallVector<T, N>
Vector
;
17
18
virtual
~RKSolver
() {}
19
26
virtual
Vector
operator()(
Scalar
startPar,
27
const
Vector
& startState,
28
Scalar
step
,
29
const
RKDerivative<T, N>
& deriv,
30
const
RKDistance<T, N>
& dist,
31
float
eps
) = 0;
32
};
33
34
#endif
RKDerivative.h
RKSmallVector.h
align::Scalar
double Scalar
Definition:
Definitions.h:25
RKSolver::~RKSolver
virtual ~RKSolver()
Definition:
RKSolver.h:18
RKSmallVector
ROOT::Math::SVector< T, N > RKSmallVector
Definition:
RKSmallVector.h:13
Vector
ROOT::Math::Plane3D::Vector Vector
Definition:
EcalHitMaker.cc:29
RKDistance.h
RKSolver::Vector
RKSmallVector< T, N > Vector
Definition:
RKSolver.h:16
Visibility.h
RKDistance
Definition:
RKDistance.h:8
dso_internal
#define dso_internal
Definition:
Visibility.h:13
RKSolver
ABC for Runge-Kutta solvers.
Definition:
RKSolver.h:13
RKDerivative
Base class for derivative calculation.
Definition:
RKDerivative.h:10
HLT_2023v12_cff.eps
eps
Definition:
HLT_2023v12_cff.py:8663
RKSolver::Scalar
T Scalar
Definition:
RKSolver.h:15
step
step
Definition:
StallMonitor.cc:98
T
long double T
Definition:
Basic3DVectorLD.h:48
Generated for CMSSW Reference Manual by
1.8.14