1 #ifndef TR_StraightLine_Propagator_H_ 2 #define TR_StraightLine_Propagator_H_ ~StraightLinePropagator() override
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepStd< double, 5, 5 > > AlgebraicMatrix55
TrajectoryStateOnSurface propagate(STA const &state, SUR const &surface) const
StraightLinePropagator * clone() const override
TrajectoryStateOnSurface propagatedState(const FreeTrajectoryState &fts, const Surface &surface, const AlgebraicMatrix55 &jacobian, const GlobalPoint &x, const GlobalVector &p) const
const MagneticField * magneticField() const override
const MagneticField * theField
AlgebraicMatrix55 jacobian(double &s) const
virtual std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &, const Surface &) const final
TrajectoryStateOnSurface TSOS
std::pair< TSOS, double > propagateWithPath(const FreeTrajectoryState &fts, const Plane &surface) const override
bool propagateParametersOnPlane(const FreeTrajectoryState &fts, const Plane &plane, LocalPoint &x, LocalVector &p, double &s) const
bool propagateParametersOnCylinder(const FreeTrajectoryState &fts, const Cylinder &cylinder, GlobalPoint &x, GlobalVector &p, double &s) const
StraightLinePropagator(const MagneticField *field, PropagationDirection aDir=alongMomentum)