Main Page
Namespaces
Classes
Package Documentation
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:107
AlgebraicMatrixID
ROOT::Math::SMatrixIdentity AlgebraicMatrixID
Definition:
AlgebraicROOTObjects.h:72
TrajectoryStateWithArbitraryError::TSOS
TrajectoryStateOnSurface TSOS
Definition:
TrajectoryStateWithArbitraryError.h:20
AlgebraicSymMatrix55
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
Definition:
AlgebraicROOTObjects.h:23
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:17
TrajectoryStateOnSurface::surface
const SurfaceType & surface() const
Definition:
TrajectoryStateOnSurface.h:122
patCaloMETCorrections_cff.C
C
Definition:
patCaloMETCorrections_cff.py:45
TrajectoryStateWithArbitraryError::operator()
TSOS operator()(const TSOS &aTsos) const
Definition:
TrajectoryStateWithArbitraryError.cc:4
TrajectoryStateOnSurface::globalParameters
const GlobalTrajectoryParameters & globalParameters() const
Definition:
TrajectoryStateOnSurface.h:80
GlobalTrajectoryParameters::magneticField
const MagneticField & magneticField() const
Definition:
GlobalTrajectoryParameters.h:134
LocalTrajectoryError
Definition:
LocalTrajectoryError.h:21
TrajectoryStateWithArbitraryError.h
Generated for CMSSW Reference Manual by
1.8.11