CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CombinedMaterialEffectsUpdator.cc
Go to the documentation of this file.
2 
3 //
4 // Computation: combine updates on momentum and cov. matrix from the multiple
5 // scattering and energy loss updators and store them in private variables
6 //
8  const PropagationDirection propDir) const
9 {
10  theDeltaP = theMSUpdator.deltaP(TSoS,propDir) + theELUpdator.deltaP(TSoS,propDir);
12 }
13 
PropagationDirection
virtual const AlgebraicSymMatrix55 & deltaLocalError(const TrajectoryStateOnSurface &TSoS, const PropagationDirection propDir) const
virtual double deltaP(const TrajectoryStateOnSurface &, const PropagationDirection) const
reimplementation of deltaP (since always 0)
virtual double deltaP(const TrajectoryStateOnSurface &TSoS, const PropagationDirection propDir) const
virtual void compute(const TrajectoryStateOnSurface &, const PropagationDirection) const
AlgebraicSymMatrix55 theDeltaCov