22#ifndef GEANT4_GM_MEDIUM_H
23#define GEANT4_GM_MEDIUM_H
39 int nofParameters,
double* parameters);
43 virtual std::string
Name()
const;
45 virtual int Id()
const;
53 void CheckIndex(
int iel)
const;
56 static const int fgkParamSize;
59 G4Material* fMaterial;
61 G4double* fParameters;
The ABC for tracking medium.
The VGM implementation of interface to tracking medium.
virtual int Id() const
Return its unique identifier.
virtual std::string Name() const
Return its name.
virtual double Parameter(int i) const
Return the i-th parameter.
The VGM interface to materials.
VGM implementation for Geant4.