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


Public Methods | |
| TMaterial () | |
| TMaterial (const char *name, const char *title, Float_t a, Float_t z, Float_t density) | |
| TMaterial (const char *name, const char *title, Float_t a, Float_t z, Float_t density, Float_t radl, Float_t inter) | |
| virtual | ~TMaterial () |
| virtual Int_t | GetNumber () const |
| virtual Float_t | GetA () const |
| virtual Float_t | GetZ () const |
| virtual Float_t | GetDensity () const |
| virtual Float_t | GetRadLength () const |
| virtual Float_t | GetInterLength () const |
Protected Attributes | |
| Int_t | fNumber |
| Float_t | fA |
| Float_t | fZ |
| Float_t | fDensity |
| Float_t | fRadLength |
| Float_t | fInterLength |
|
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 46 of file TMaterial.h. References fNumber. |
|
|
Definition at line 47 of file TMaterial.h. References fA. |
|
|
Definition at line 48 of file TMaterial.h. References fZ. |
|
|
Definition at line 49 of file TMaterial.h. References fDensity. |
|
|
Definition at line 50 of file TMaterial.h. References fRadLength. |
|
|
Definition at line 51 of file TMaterial.h. References fInterLength. |
|
|
Definition at line 34 of file TMaterial.h. Referenced by GetNumber(). |
|
|
Definition at line 35 of file TMaterial.h. Referenced by GetA(). |
|
|
Definition at line 36 of file TMaterial.h. Referenced by GetZ(). |
|
|
Definition at line 37 of file TMaterial.h. Referenced by GetDensity(). |
|
|
Definition at line 38 of file TMaterial.h. Referenced by GetRadLength(). |
|
|
Definition at line 39 of file TMaterial.h. Referenced by GetInterLength(). |
1.2.16