24#ifndef genfit_AbsMaterialInterface_h
25#define genfit_AbsMaterialInterface_h
48 virtual bool initTrack(
double posX,
double posY,
double posZ,
49 double dirX,
double dirY,
double dirZ) = 0;
66 bool varField =
true) = 0;
virtual ~AbsMaterialInterface()
virtual void setDebugLvl(unsigned int lvl=1)
virtual double findNextBoundary(const RKTrackRep *rep, const M1x7 &state7, double sMax, bool varField=true)=0
Make a step until maxStep or the next boundary is reached.
virtual bool initTrack(double posX, double posY, double posZ, double dirX, double dirY, double dirZ)=0
Initialize the navigator at given position and with given direction. Return true if volume changed.
virtual Material getMaterialParameters()=0
AbsTrackRep with 5D track parameterization in plane coordinates: (q/p, u', v', u, v)
Defines for I/O streams used for error and debug printing.