CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RKPropagatorInZ.h
Go to the documentation of this file.
1 #ifndef RKPropagatorInZ_H
2 #define RKPropagatorInZ_H
3 
6 
7 class RKPropagatorInZ 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
Propagator * clone() const override
RKPropagatorInZ(const MagVolume &vol, PropagationDirection dir=alongMomentum)
PropagationDirection
Definition: Plane.h:16
const MagneticField * magneticField() const override
const MagVolume * theVolume
std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &, const Plane &) const override
TrajectoryStateOnSurface myPropagate(const FreeTrajectoryState &, const Plane &) const