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


Public Methods | |
| TGenerator () | |
| TGenerator (const char *name, const char *title="Generator class") | |
| virtual | ~TGenerator () |
| virtual void | Browse (TBrowser *b) |
| virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| virtual void | Draw (Option_t *option="") |
| virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
| virtual Int_t | ImportParticles (TClonesArray *particles, Option_t *option="") |
| virtual TObjArray * | ImportParticles (Option_t *option="") |
| virtual TParticle * | GetParticle (Int_t i) const |
| Int_t | GetNumberOfParticles () const |
| virtual TObjArray * | GetListOfParticles () const |
| virtual TObjArray * | GetPrimaries (Option_t *option="") |
| Float_t | GetPtCut () const |
| virtual void | Paint (Option_t *option="") |
| virtual void | SetPtCut (Float_t ptcut=0) |
| virtual void | SetViewRadius (Float_t rbox=1000) |
| virtual void | SetViewRange (Float_t xmin=-10000, Float_t ymin=-10000, Float_t zmin=-10000,Float_t xmax=10000, Float_t ymax=10000, Float_t zmax=10000) |
| virtual void | ShowNeutrons (Bool_t show=1) |
Protected Attributes | |
| Float_t | fPtCut |
| Bool_t | fShowNeutrons |
| Pt cut. Do not show primaries below. | |
| TObjArray * | fParticles |
| display neutrons if true | |
|
|
Definition at line 49 of file TGenerator.h. |
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from TObject. |
|
||||||||||||
|
Reimplemented from TObject. |
|
|
Reimplemented from TObject. |
|
||||||||||||||||
|
Reimplemented from TObject. |
|
||||||||||||
|
Referenced by GetPrimaries(). |
|
|
|
|
|
|
|
|
Definition at line 59 of file TGenerator.h. References TObjArray::GetLast(). |
|
|
Definition at line 60 of file TGenerator.h. |
|
|
Definition at line 61 of file TGenerator.h. References ImportParticles(). |
|
|
Definition at line 62 of file TGenerator.h. References fPtCut. |
|
|
Reimplemented from TObject. |
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 44 of file TGenerator.h. Referenced by GetPtCut(). |
|
|
Pt cut. Do not show primaries below.
Definition at line 45 of file TGenerator.h. |
|
|
display neutrons if true
Definition at line 46 of file TGenerator.h. |
1.2.16