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