1 #ifndef GeomPropagators_BeamHaloPropagator_H 2 #define GeomPropagators_BeamHaloPropagator_H 62 const Plane& plane)
const override;
65 const Cylinder& cylinder)
const override;
const Propagator * getCrossTkPropagator() const
return the propagator used to cross the tracker
virtual void setPropagationDirection(PropagationDirection dir)
Propagator * theCrossTkProp
BeamHaloPropagator(const Propagator *aEndCapTkProp, const Propagator *aCrossTkProp, const MagneticField *field, PropagationDirection dir=alongMomentum)
Defines which propagator is used inside endcap and in barrel.
const MagneticField * magneticField() const override
return the magneticField
void setPropagationDirection(PropagationDirection dir) override
bool crossingTk(const FreeTrajectoryState &fts, const Plane &plane) const
true if the plane and the fts z position have different sign
virtual PropagationDirection propagationDirection() const final
void directionCheck(PropagationDirection dir)
TrajectoryStateOnSurface propagate(STA const &state, SUR const &surface) const
BeamHaloPropagator * clone() const override
Virtual constructor (using copy c'tor)
virtual std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &, const Surface &) const final
~BeamHaloPropagator() override
const MagneticField * theField
const Propagator * getEndCapTkPropagator() const
return the propagator used in endcaps
Propagator * theEndCapTkProp
std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &fts, const Plane &plane) const override