CMS 3D CMS Logo

GsfCombinedMaterialEffectsUpdator.h
Go to the documentation of this file.
1 #ifndef GsfCombinedMaterialEffectsUpdator_h_
2 #define GsfCombinedMaterialEffectsUpdator_h_
3 
6 
11 public:
13 
14 public:
17 
18  // here comes the actual computation of the values
19  void compute(const TrajectoryStateOnSurface&, const PropagationDirection, Effect[]) const override;
20 
21 private:
22  // objects used for calculations of multiple scattering and energy loss
25 };
26 
27 #endif
GsfCombinedMaterialEffectsUpdator * clone() const override
PropagationDirection
GsfCombinedMaterialEffectsUpdator(GsfMaterialEffectsUpdator &msUpdator, GsfMaterialEffectsUpdator &elUpdator)
Constructor from multiple scattering and energy loss updator.
void compute(const TrajectoryStateOnSurface &, const PropagationDirection, Effect[]) const override
DeepCopyPointerByClone< GsfMaterialEffectsUpdator > theMSUpdator
DeepCopyPointerByClone< GsfMaterialEffectsUpdator > theELUpdator