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