28#include "MdcGeom/Trajectory.h"
38 std::cout<<
"ErrMsg(error) " <<
"Invalid Trajectory range requested." << std::endl;
53 return fabs(tolerance);
59 if (newrange[1] >= newrange[0]) {
63 std::cout<<
"ErrMsg(error) "<<
"Invalid Trajectory range requested." << std::endl;
72 os <<
"Trajectory range from "
80 os <<
"Trajectory range from "
double distTo0thError(double s, double tol, int pathDir) const
virtual void print(std::ostream &os) const
Trajectory(double lowlim, double hilim)
virtual void setFlightRange(double newrange[2])
virtual void printAll(std::ostream &os) const
Trajectory & operator=(const Trajectory &)