24 #ifndef genfit_TGeoMaterialInterface_h
25 #define genfit_TGeoMaterialInterface_h
27 #include "AbsMaterialInterface.h"
45 bool initTrack(
double posX,
double posY,
double posZ,
46 double dirX,
double dirY,
double dirZ)
override;
48 Material getMaterialParameters()
override;
59 bool varField =
true)
override;
Abstract base class for geometry interfacing.
AbsTrackRep with 5D track parameterization in plane coordinates: (q/p, u', v', u, v)
AbsMaterialInterface implementation for use with ROOT's TGeoManager.
bool initTrack(double posX, double posY, double posZ, double dirX, double dirY, double dirZ) override
Initialize the navigator at given position and with given direction.
double findNextBoundary(const RKTrackRep *rep, const M1x7 &state7, double sMax, bool varField=true) override
Make a step (following the curvature) until step length sMax or the next boundary is reached.
Defines for I/O streams used for error and debug printing.