Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TrackingTools
AnalyticalJacobians
interface
JacobianCartesianToLocal.h
Go to the documentation of this file.
1
#ifndef JacobianCartesianToLocal_H
2
#define JacobianCartesianToLocal_H
3
4
#include "
DataFormats/Math/interface/AlgebraicROOTObjects.h
"
5
6
class
Surface
;
7
class
LocalTrajectoryParameters
;
8
15
class
JacobianCartesianToLocal
{
16
17
public
:
18
23
JacobianCartesianToLocal
(
const
Surface
& surface,
const
LocalTrajectoryParameters
& localParameters);
24
28
const
AlgebraicMatrix56
&
jacobian
()
const
{
return
theJacobian
;}
29
30
31
private
:
32
33
AlgebraicMatrix56
theJacobian
;
34
35
};
36
37
#endif //JacobianCartesianToLocal_H
JacobianCartesianToLocal::jacobian
const AlgebraicMatrix56 & jacobian() const
Definition:
JacobianCartesianToLocal.h:28
AlgebraicROOTObjects.h
JacobianCartesianToLocal::theJacobian
AlgebraicMatrix56 theJacobian
Definition:
JacobianCartesianToLocal.h:33
AlgebraicMatrix56
ROOT::Math::SMatrix< double, 5, 6, ROOT::Math::MatRepStd< double, 5, 6 > > AlgebraicMatrix56
Definition:
AlgebraicROOTObjects.h:55
Surface
Definition:
Surface.h:48
JacobianCartesianToLocal
Definition:
JacobianCartesianToLocal.h:15
JacobianCartesianToLocal::JacobianCartesianToLocal
JacobianCartesianToLocal(const Surface &surface, const LocalTrajectoryParameters &localParameters)
Definition:
JacobianCartesianToLocal.cc:5
LocalTrajectoryParameters
Definition:
LocalTrajectoryParameters.h:25
Generated for CMSSW Reference Manual by
1.8.5