CMS 3D CMS Logo

CombinedMaterialEffectsUpdator.h
Go to the documentation of this file.
1 #ifndef _CR_COMBINEDMATERIALEFFECTSUPDATOR_H_
2 #define _CR_COMBINEDMATERIALEFFECTSUPDATOR_H_
3 
17 
19 public:
20  CombinedMaterialEffectsUpdator* clone() const override { return new CombinedMaterialEffectsUpdator(*this); }
21 
22 public:
28  : MaterialEffectsUpdator(mass), theMSUpdator(mass, ptMin), theELUpdator(mass) {}
29 
30  // here comes the actual computation of the values
31  void compute(const TrajectoryStateOnSurface&, const PropagationDirection, Effect& effect) const override;
32 
33 private:
34  // objects used for calculations of multiple scattering and energy loss
37 };
38 
39 #endif
CombinedMaterialEffectsUpdator * clone() const override
void compute(const TrajectoryStateOnSurface &, const PropagationDirection, Effect &effect) const override
PropagationDirection
CombinedMaterialEffectsUpdator(float mass, float ptMin=-1.)