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


Public Methods | |
| TGeoMaterial () | |
| TGeoMaterial (const char *name) | |
| TGeoMaterial (const char *name, Double_t a, Double_t z, Double_t rho, Double_t radlen=0, Double_t intlen=0) | |
| virtual | ~TGeoMaterial () |
| virtual Int_t | GetByteCount () const |
| virtual Double_t | GetA () const |
| virtual Double_t | GetZ () const |
| virtual Int_t | GetDefaultColor () const |
| virtual Double_t | GetDensity () const |
| virtual Double_t | GetRadLen () const |
| virtual Double_t | GetIntLen () const |
| Int_t | GetIndex () |
| virtual Bool_t | IsEq (const TGeoMaterial *other) const |
| virtual void | Print (const Option_t *option="") const |
| void | SetIndex (Int_t index) |
Static Public Methods | |
| Double_t | Coulomb (Double_t z) |
| Double_t | ScreenFactor (Double_t z) |
Protected Attributes | |
| Int_t | fIndex |
| Double_t | fA |
| Double_t | fZ |
| Double_t | fDensity |
| Double_t | fRadLen |
| Double_t | fIntLen |
| TObject * | fShader |
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented in TGeoMixture. Definition at line 66 of file TGeoMaterial.h. |
|
|
Definition at line 67 of file TGeoMaterial.h. References fA. |
|
|
Definition at line 68 of file TGeoMaterial.h. References fZ. |
|
|
|
|
|
Definition at line 70 of file TGeoMaterial.h. References fDensity. |
|
|
Definition at line 71 of file TGeoMaterial.h. References fRadLen. |
|
|
Definition at line 72 of file TGeoMaterial.h. References fIntLen. |
|
|
|
|
|
Reimplemented in TGeoMixture. |
|
|
Reimplemented in TGeoMixture. |
|
|
Definition at line 76 of file TGeoMaterial.h. References fIndex. |
|
|
|
|
|
Definition at line 47 of file TGeoMaterial.h. Referenced by SetIndex(). |
|
|
Definition at line 48 of file TGeoMaterial.h. Referenced by GetA(). |
|
|
Definition at line 49 of file TGeoMaterial.h. Referenced by GetZ(). |
|
|
Definition at line 50 of file TGeoMaterial.h. Referenced by GetDensity(). |
|
|
Definition at line 51 of file TGeoMaterial.h. Referenced by GetRadLen(). |
|
|
Definition at line 52 of file TGeoMaterial.h. Referenced by GetIntLen(). |
|
|
Definition at line 53 of file TGeoMaterial.h. |
1.2.16