CMS 3D CMS Logo

RKPropagatorInR.h
Go to the documentation of this file.
1 #ifndef RKPropagatorInR_H
2 #define RKPropagatorInR_H
3 
6 
7 class RKPropagatorInR final : public Propagator {
8 public:
10 
12 
14 
15  std::pair<TrajectoryStateOnSurface, double> propagateWithPath(const FreeTrajectoryState&,
16  const Plane&) const override;
17 
18  std::pair<TrajectoryStateOnSurface, double> propagateWithPath(const FreeTrajectoryState&,
19  const Cylinder&) const override;
20 
21  Propagator* clone() const override;
22 
23  const MagneticField* magneticField() const override { return theVolume; }
24 
25 private:
27 };
28 
29 #endif
std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &, const Plane &) const override
PropagationDirection
RKPropagatorInR(const MagVolume &vol, PropagationDirection dir=alongMomentum)
Definition: Plane.h:16
Propagator * clone() const override
const MagVolume * theVolume
TrajectoryStateOnSurface myPropagate(const FreeTrajectoryState &, const Plane &) const
const MagneticField * magneticField() const override