#include <TGeoMedium.h>
Inheritance diagram for TGeoMedium:


Public Methods | |
| TGeoMedium () | |
| TGeoMedium (const char *name, Int_t numed, const TGeoMaterial *mat, Double_t *params=0) | |
| TGeoMedium (const char *name, Int_t numed, Int_t imat, Int_t isvol, Int_t ifield, Double_t fieldm, Double_t tmaxfd, Double_t stemax, Double_t deemax, Double_t epsil, Double_t stmin) | |
| virtual | ~TGeoMedium () |
| virtual Int_t | GetByteCount () const |
| Int_t | GetId () const |
| Double_t | GetParam (Int_t i) const |
| TGeoMaterial * | GetMaterial () const |
Protected Attributes | |
| Int_t | fId |
| Double_t | fParams [20] |
| TGeoMaterial * | fMaterial |
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 41 of file TGeoMedium.h. |
|
|
Definition at line 42 of file TGeoMedium.h. References fId. |
|
|
Definition at line 43 of file TGeoMedium.h. References fParams. |
|
|
Definition at line 44 of file TGeoMedium.h. Referenced by TGeoVolume::GetMaterial(). |
|
|
Definition at line 28 of file TGeoMedium.h. Referenced by GetId(). |
|
|
Definition at line 29 of file TGeoMedium.h. Referenced by GetParam(). |
|
|
Definition at line 30 of file TGeoMedium.h. |
1.2.16