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
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
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
AnalyticalJacobians
interface
JacobianCartesianToCurvilinear.h
Go to the documentation of this file.
1
#ifndef JacobianCartesianToCurvilinear_H
2
#define JacobianCartesianToCurvilinear_H
3
4
#include "
DataFormats/Math/interface/AlgebraicROOTObjects.h
"
5
6
class
GlobalTrajectoryParameters
;
7
14
class
JacobianCartesianToCurvilinear
{
15
public
:
19
JacobianCartesianToCurvilinear
(
const
GlobalTrajectoryParameters
& globalParameters);
20
24
const
AlgebraicMatrix56
&
jacobian
()
const
{
return
theJacobian
; }
25
26
private
:
27
AlgebraicMatrix56
theJacobian
;
28
};
29
30
#endif //JacobianCartesianToCurvilinear_H
JacobianCartesianToCurvilinear::JacobianCartesianToCurvilinear
JacobianCartesianToCurvilinear(const GlobalTrajectoryParameters &globalParameters)
Definition:
JacobianCartesianToCurvilinear.cc:5
AlgebraicMatrix56
ROOT::Math::SMatrix< double, 5, 6, ROOT::Math::MatRepStd< double, 5, 6 > > AlgebraicMatrix56
Definition:
AlgebraicROOTObjects.h:56
GlobalTrajectoryParameters
Definition:
GlobalTrajectoryParameters.h:15
JacobianCartesianToCurvilinear::jacobian
const AlgebraicMatrix56 & jacobian() const
Definition:
JacobianCartesianToCurvilinear.h:24
JacobianCartesianToCurvilinear::theJacobian
AlgebraicMatrix56 theJacobian
Definition:
JacobianCartesianToCurvilinear.h:27
AlgebraicROOTObjects.h
JacobianCartesianToCurvilinear
Definition:
JacobianCartesianToCurvilinear.h:14
Generated for CMSSW Reference Manual by
1.8.16