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