Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TrackingTools
TrackFitters
src
TrajectoryStateWithArbitraryError.cc
Go to the documentation of this file.
1
#include "
TrackingTools/TrackFitters/interface/TrajectoryStateWithArbitraryError.h
"
2
3
TrajectoryStateOnSurface
4
TrajectoryStateWithArbitraryError::operator()
(
const
TSOS
& aTsos)
const
{
5
6
AlgebraicSymMatrix55
C
=
AlgebraicMatrixID
();
7
C *= 100.;
8
9
return
TSOS
( aTsos.
localParameters
(),
LocalTrajectoryError
(C),
10
aTsos.
surface
(),
11
&(aTsos.
globalParameters
().
magneticField
()));
12
}
TrajectoryStateOnSurface::localParameters
const LocalTrajectoryParameters & localParameters() const
Definition:
TrajectoryStateOnSurface.h:167
AlgebraicMatrixID
ROOT::Math::SMatrixIdentity AlgebraicMatrixID
Definition:
AlgebraicROOTObjects.h:70
TrajectoryStateWithArbitraryError::TSOS
TrajectoryStateOnSurface TSOS
Definition:
TrajectoryStateWithArbitraryError.h:22
AlgebraicSymMatrix55
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
Definition:
AlgebraicROOTObjects.h:21
funct::C
C
Definition:
Factorize.h:141
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:15
TrajectoryStateWithArbitraryError::operator()
TSOS operator()(const TSOS &aTsos) const
Definition:
TrajectoryStateWithArbitraryError.cc:4
TrajectoryStateOnSurface::globalParameters
const GlobalTrajectoryParameters & globalParameters() const
Definition:
TrajectoryStateOnSurface.h:140
TrajectoryStateOnSurface::surface
const Surface & surface() const
Definition:
TrajectoryStateOnSurface.h:182
GlobalTrajectoryParameters::magneticField
const MagneticField & magneticField() const
Definition:
GlobalTrajectoryParameters.h:113
LocalTrajectoryError
Definition:
LocalTrajectoryError.h:21
TrajectoryStateWithArbitraryError.h
Generated for CMSSW Reference Manual by
1.8.5