Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TrackingTools
MaterialEffects
src
CombinedMaterialEffectsUpdator.cc
Go to the documentation of this file.
1
#include "
TrackingTools/MaterialEffects/interface/CombinedMaterialEffectsUpdator.h
"
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
//
7
void
CombinedMaterialEffectsUpdator::compute
(
const
TrajectoryStateOnSurface
& TSoS,
8
const
PropagationDirection
propDir, Effect & effect)
const
9
{
10
theMSUpdator.compute(TSoS,propDir,effect);
11
theELUpdator.compute(TSoS,propDir,effect);
12
}
13
PropagationDirection
PropagationDirection
Definition:
PropagationDirection.h:4
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:15
bookConverter.compute
def compute
Definition:
bookConverter.py:105
CombinedMaterialEffectsUpdator.h
Generated for CMSSW Reference Manual by
1.8.5