![]() |
PandaRoot
|
Abstract base class for geometry interfacing. More...
#include <AbsMaterialInterface.h>
Public Member Functions | |
AbsMaterialInterface () | |
virtual | ~AbsMaterialInterface () |
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. More... | |
virtual void | getMaterialParameters (double &density, double &Z, double &A, double &radiationLength, double &mEE)=0 |
Get material parameters in current material. More... | |
virtual void | getMaterialParameters (MaterialProperties ¶meters)=0 |
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. More... | |
virtual void | setDebugLvl (unsigned int lvl=1) |
Protected Attributes | |
unsigned int | debugLvl_ |
Abstract base class for geometry interfacing.
Definition at line 38 of file AbsMaterialInterface.h.
|
inline |
Definition at line 41 of file AbsMaterialInterface.h.
|
inlinevirtual |
Definition at line 42 of file AbsMaterialInterface.h.
References findNextBoundary(), getMaterialParameters(), and initTrack().
|
pure virtual |
Make a step until maxStep or the next boundary is reached.
After making a step to a boundary, the position has to be beyond the boundary, i.e. in the current material has to be that beyond the boundary. The actual step made is returned.
Implemented in genfit::TGeoMaterialInterface.
Referenced by ~AbsMaterialInterface().
|
pure virtual |
Get material parameters in current material.
Implemented in genfit::TGeoMaterialInterface.
Referenced by ~AbsMaterialInterface().
|
pure virtual |
Implemented in genfit::TGeoMaterialInterface.
|
pure virtual |
Initialize the navigator at given position and with given direction. Return true if volume changed.
Implemented in genfit::TGeoMaterialInterface.
Referenced by ~AbsMaterialInterface().
|
inlinevirtual |
|
protected |
Definition at line 65 of file AbsMaterialInterface.h.
Referenced by setDebugLvl().