1 #ifndef GeomPropagators_SmartPropagator_H
2 #define GeomPropagators_SmartPropagator_H
58 return new SmartPropagator(getTkPropagator(),getGenPropagator(),magneticField());
65 getTkPropagator()->setPropagationDirection(dir);
66 getGenPropagator()->setPropagationDirection(dir);
80 const Plane& plane)
const;
83 const Plane& plane)
const {
95 std::pair<TrajectoryStateOnSurface,double>
101 std::pair<TrajectoryStateOnSurface,double>
103 const Surface& surface)
const {
107 std::pair<TrajectoryStateOnSurface,double>
109 const Plane& plane)
const;
111 std::pair<TrajectoryStateOnSurface,double>
113 const Plane& plane)
const {
117 std::pair<TrajectoryStateOnSurface,double>
121 std::pair<TrajectoryStateOnSurface,double>
130 bool insideTkVol(
const Surface& surface)
const ;
132 bool insideTkVol(
const Cylinder& cylin)
const ;
134 bool insideTkVol(
const Plane& plane)
const ;
145 static void initTkVolume(
float epsilon);
156 #endif // SMARTPROPAGATOR_H
TrajectoryStateOnSurface propagate(const TrajectoryStateOnSurface &tsos, const Cylinder &cylinder) const
void setPropagationDirection(PropagationDirection dir) const
setting the direction fo both components
virtual SmartPropagator * clone() const
Virtual constructor (using copy c'tor)
std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const TrajectoryStateOnSurface &tsos, const Plane &plane) const
virtual std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &, const Surface &) const
virtual const MagneticField * magneticField() const
return the magneticField
std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const TrajectoryStateOnSurface &tsos, const Cylinder &cylinder) const
TrajectoryStateOnSurface propagate(const TrajectoryStateOnSurface &tsos, const Surface &surface) const
virtual TrajectoryStateOnSurface propagate(const FreeTrajectoryState &, const Surface &) const
TrajectoryStateOnSurface propagate(const TrajectoryStateOnSurface &tsos, const Plane &plane) const
std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const TrajectoryStateOnSurface &tsos, const Surface &surface) const
virtual void setPropagationDirection(PropagationDirection dir) const
std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &fts, const Surface &surface) const
Unlimited (trivial) bounds.