CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RKPropagatorInR.h
Go to the documentation of this file.
1 #ifndef RKPropagatorInR_H
2 #define RKPropagatorInR_H
3 
6 
8 public:
9 
11  Propagator(dir), theVolume( &vol) {}
12 
14  myPropagate (const FreeTrajectoryState&, const Plane&) const;
15 
17  myPropagate (const FreeTrajectoryState&, const Cylinder&) const;
18 
19  virtual std::pair< TrajectoryStateOnSurface, double>
20  propagateWithPath (const FreeTrajectoryState&, const Plane&) const;
21 
22  virtual std::pair< TrajectoryStateOnSurface, double>
23  propagateWithPath (const FreeTrajectoryState&, const Cylinder&) const;
24 
25  virtual Propagator * clone() const;
26 
27  virtual const MagneticField* magneticField() const {return theVolume;}
28 
29 private:
30 
32 
33 };
34 
35 #endif
#define GCC11_FINAL
virtual const MagneticField * magneticField() const
PropagationDirection
RKPropagatorInR(const MagVolume &vol, PropagationDirection dir=alongMomentum)
Definition: Plane.h:17
virtual Propagator * clone() const
const MagVolume * theVolume
virtual std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &, const Plane &) const
TrajectoryStateOnSurface myPropagate(const FreeTrajectoryState &, const Plane &) const
dbl *** dir
Definition: mlp_gen.cc:35