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

Public Member Functions | |
| TMixture () | |
| TMixture (const char *name, const char *title, Int_t nmixt) | |
| virtual | ~TMixture () |
| virtual void | DefineElement (Int_t n, Float_t a, Float_t z, Float_t w) |
| Int_t | GetNmixt () const |
| Float_t * | GetAmixt () const |
| Float_t * | GetZmixt () const |
| Float_t * | GetWmixt () const |
| TMixture () | |
| TMixture (const char *name, const char *title, Int_t nmixt) | |
| virtual | ~TMixture () |
| virtual void | DefineElement (Int_t n, Float_t a, Float_t z, Float_t w) |
| Int_t | GetNmixt () const |
| Float_t * | GetAmixt () const |
| Float_t * | GetZmixt () const |
| Float_t * | GetWmixt () const |
Protected Attributes | |
| Int_t | fNmixt |
| Float_t * | fAmixt |
| Float_t * | fZmixt |
| Float_t * | fWmixt |
| Float_t * | fAmixt |
| Float_t * | fZmixt |
| Float_t * | fWmixt |
Definition at line 29 of file TMixture.h.
| TMixture::TMixture | ( | ) |
| TMixture::TMixture | ( | const char * | name, | |
| const char * | title, | |||
| Int_t | nmixt | |||
| ) |
Definition at line 36 of file TMixture.cxx.
References TMath::Abs(), TObject::Error(), fAmixt, fNmixt, fWmixt, and fZmixt.
| TMixture::~TMixture | ( | ) | [virtual] |
| TMixture::TMixture | ( | ) |
| TMixture::TMixture | ( | const char * | name, | |
| const char * | title, | |||
| Int_t | nmixt | |||
| ) |
| virtual TMixture::~TMixture | ( | ) | [virtual] |
Definition at line 86 of file TMixture.cxx.
References TMath::Abs(), fAmixt, fNmixt, fWmixt, and fZmixt.
Referenced by na49().
| Int_t TMixture::GetNmixt | ( | ) | const [inline] |
| Float_t* TMixture::GetAmixt | ( | ) | const [inline] |
| Float_t* TMixture::GetZmixt | ( | ) | const [inline] |
| Float_t* TMixture::GetWmixt | ( | ) | const [inline] |
| Int_t TMixture::GetNmixt | ( | ) | const [inline] |
| Float_t* TMixture::GetAmixt | ( | ) | const [inline] |
| Float_t* TMixture::GetZmixt | ( | ) | const [inline] |
| Float_t* TMixture::GetWmixt | ( | ) | const [inline] |
Int_t TMixture::fNmixt [protected] |
Definition at line 31 of file TMixture.h.
Referenced by DefineElement(), GetNmixt(), and TMixture().
Float_t* TMixture::fAmixt [protected] |
Definition at line 32 of file TMixture.h.
Referenced by DefineElement(), GetAmixt(), TMixture(), and ~TMixture().
Float_t* TMixture::fZmixt [protected] |
Definition at line 33 of file TMixture.h.
Referenced by DefineElement(), GetZmixt(), TMixture(), and ~TMixture().
Float_t* TMixture::fWmixt [protected] |
Definition at line 34 of file TMixture.h.
Referenced by DefineElement(), GetWmixt(), TMixture(), and ~TMixture().
Float_t* TMixture::fAmixt [protected] |
Definition at line 32 of file TMixture.h.
Float_t* TMixture::fZmixt [protected] |
Definition at line 33 of file TMixture.h.
Float_t* TMixture::fWmixt [protected] |
Definition at line 34 of file TMixture.h.
1.5.1