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, Effect & effect) const
9 {
10  theMSUpdator.compute(TSoS,propDir,effect);
11  theELUpdator.compute(TSoS,propDir,effect);
12 }
13 
PropagationDirection