24#ifndef genfit_TGeoMaterialInterface_h
25#define genfit_TGeoMaterialInterface_h
35class TGeoMaterialInterface :
public AbsMaterialInterface {
45 bool initTrack(
double posX,
double posY,
double posZ,
46 double dirX,
double dirY,
double dirZ);
53 double& radiationLength,
67 bool varField =
true);
Material properties needed e.g. for material effects calculation.
AbsTrackRep with 5D track parameterization in plane coordinates: (q/p, u', v', u, v)
AbsMaterialInterface implementation for use with ROOT's TGeoManager.
void getMaterialParameters(double &density, double &Z, double &A, double &radiationLength, double &mEE)
Get material parameters in current material.
double findNextBoundaryAndStepStraight(double sMax)
void getMaterialParameters(MaterialProperties ¶meters)
virtual ~TGeoMaterialInterface()
bool initTrack(double posX, double posY, double posZ, double dirX, double dirY, double dirZ)
Initialize the navigator at given position and with given direction. Returns true if the volume chang...
double findNextBoundary(const RKTrackRep *rep, const M1x7 &state7, double sMax, bool varField=true)
Make a step (following the curvature) until step length sMax or the next boundary is reached....
ClassDef(TGeoMaterialInterface, 1)