ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
TFoam () | |
Default constructor for streamer, user should not use it. More... | |
TFoam (const Char_t *) | |
User constructor, to be employed by the user. More... | |
virtual | ~TFoam () |
Default destructor std::cout<<" DESTRUCTOR entered "<<std::endl;. More... | |
TFoam (const TFoam &) | |
Copy Constructor NOT IMPLEMENTED (NEVER USED) More... | |
virtual void | Initialize () |
Basic initialization of FOAM invoked by the user. More... | |
virtual void | Initialize (TRandom *, TFoamIntegrand *) |
Basic initialization of FOAM invoked by the user. More... | |
virtual void | InitCells () |
Internal subprogram used by Initialize. More... | |
virtual Int_t | CellFill (Int_t, TFoamCell *) |
Internal subprogram used by Initialize. More... | |
virtual void | Explore (TFoamCell *Cell) |
Internal subprogram used by Initialize. More... | |
virtual void | Carver (Int_t &, Double_t &, Double_t &) |
Internal subrogram used by Initialize. More... | |
virtual void | Varedu (Double_t[], Int_t &, Double_t &, Double_t &) |
Internal subrogram used by Initialize. More... | |
virtual void | MakeAlpha () |
Internal subrogram used by Initialize. More... | |
virtual void | Grow () |
Internal subrogram used by Initialize. More... | |
virtual Long_t | PeekMax () |
Internal subprogram used by Initialize. More... | |
virtual Int_t | Divide (TFoamCell *) |
Internal subrogram used by Initialize. More... | |
virtual void | MakeActiveList () |
Internal subrogram used by Initialize. More... | |
virtual void | GenerCel2 (TFoamCell *&) |
Internal subprogram. More... | |
virtual Double_t | Eval (Double_t *) |
Internal subprogram. More... | |
virtual void | MakeEvent () |
User subprogram. More... | |
virtual void | GetMCvect (Double_t *) |
User may get generated MC point/vector with help of this method. More... | |
virtual void | GetMCwt (Double_t &) |
User may get weight MC weight using this method. More... | |
virtual Double_t | GetMCwt () |
User may get weight MC weight using this method. More... | |
virtual Double_t | MCgenerate (Double_t *MCvect) |
User subprogram which generates MC event and returns MC weight. More... | |
virtual void | GetIntegMC (Double_t &, Double_t &) |
User subprogram. More... | |
virtual void | GetIntNorm (Double_t &, Double_t &) |
User subprogram. More... | |
virtual void | GetWtParams (Double_t, Double_t &, Double_t &, Double_t &) |
May be called optionally after the MC run. More... | |
virtual void | Finalize (Double_t &, Double_t &) |
May be called optionally by the user after the MC run. More... | |
virtual TFoamIntegrand * | GetRho () |
virtual TRandom * | GetPseRan () const |
virtual void | SetRhoInt (void *Rho) |
User may use this to set pointer to the global function (not descending from TFoamIntegrand) serving as a distribution for FOAM. More... | |
virtual void | SetRhoInt (Double_t(*fun)(Int_t, Double_t *)) |
User may use this method to set the distribution object as a global function pointer (and not as an interpreted function). More... | |
virtual void | SetRho (TFoamIntegrand *Rho) |
User may use this method to set the distribution object. More... | |
virtual void | ResetRho (TFoamIntegrand *Rho) |
User may optionally reset the distribution using this method Usually it is done when FOAM object is restored from the disk. More... | |
virtual void | SetPseRan (TRandom *PseRan) |
virtual void | ResetPseRan (TRandom *PseRan) |
User may optionally reset random number generator using this method Usually it is done when FOAM object is restored from the disk. More... | |
virtual void | SetkDim (Int_t kDim) |
virtual void | SetnCells (Long_t nCells) |
virtual void | SetnSampl (Long_t nSampl) |
virtual void | SetnBin (Int_t nBin) |
virtual void | SetChat (Int_t Chat) |
virtual void | SetOptRej (Int_t OptRej) |
virtual void | SetOptDrive (Int_t OptDrive) |
virtual void | SetEvPerBin (Int_t EvPerBin) |
virtual void | SetMaxWtRej (Double_t MaxWtRej) |
virtual void | SetInhiDiv (Int_t, Int_t) |
This can be called before Initialize, after setting kDim It defines which variables are excluded in the process of the cell division. More... | |
virtual void | SetXdivPRD (Int_t, Int_t, Double_t[]) |
This should be called before Initialize, after setting kDim It predefines values of the cell division for certain variable iDim. More... | |
virtual const char * | GetVersion () const |
virtual Int_t | GetTotDim () const |
virtual Double_t | GetPrimary () const |
virtual void | GetPrimary (Double_t &prime) |
virtual Long_t | GetnCalls () const |
virtual Long_t | GetnEffev () const |
virtual void | CheckAll (Int_t) |
User utility, miscellaneous and debug. More... | |
virtual void | PrintCells () |
Prints geometry of ALL cells of the FOAM. More... | |
virtual void | RootPlot2dim (Char_t *) |
Debugging tool which plots 2-dimensional cells as rectangles in C++ format readable for root. More... | |
virtual void | LinkCells (void) |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Clear (Option_t *="") |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare abstract method. More... | |
virtual void | Copy (TObject &object) const |
Copy this to obj. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual Option_t * | GetOption () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
virtual Bool_t | IsSortable () const |
Bool_t | IsOnHeap () const |
Bool_t | IsZombie () const |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
virtual void | ls (Option_t *option="") const |
The ls function lists the contents of a class on stdout. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual void | Print (Option_t *option="") const |
This method must be overridden when a class wants to print itself. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
void * | operator new (size_t sz) |
void * | operator new[] (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz, void *vp) |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
void | ResetBit (UInt_t f) |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
void | InvertBit (UInt_t f) |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
Private Member Functions | |
Double_t | Sqr (Double_t x) const |
ClassDef (TFoam, 1) | |
Additional Inherited Members | |
Public Types inherited from TObject | |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Protected Member Functions inherited from TObject | |
void | MakeZombie () |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
#include <TFoam.h>
TFoam::TFoam | ( | ) |
TFoam::TFoam | ( | const Char_t * | Name | ) |
|
virtual |
TFoam::TFoam | ( | const TFoam & | From | ) |
Internal subrogram used by Initialize.
Determines the best edge-candidate and the position of the division plane for the future cell division, in the case of the optimization of the maximum weight. It exploits results of the cell MC exploration run stored in fHistEdg.
Definition at line 794 of file TFoam.cxx.
Referenced by Explore().
Internal subprogram used by Initialize.
It initializes content of the newly allocated active cell.
Definition at line 526 of file TFoam.cxx.
Referenced by Divide(), and InitCells().
|
private |
Internal subrogram used by Initialize.
It divides cell iCell into two daughter cells. The iCell is retained and tagged as inactive, daughter cells are appended at the end of the buffer. New vertex is added to list of vertices. List of active cells is updated, iCell removed, two daughters added and their properties set with help of MC sampling (TFoam_Explore) Returns Code RC=-1 of buffer limit is reached, fLastCe=fnBuf.
Definition at line 975 of file TFoam.cxx.
Referenced by Grow().
Internal subprogram.
Evaluates distribution to be generated.
Definition at line 1123 of file TFoam.cxx.
Referenced by Explore(), and MakeEvent().
Internal subprogram used by Initialize.
It explores newly defined cell with help of special short MC sampling. As a result, estimates of true and drive volume is defined/determined Average and dispersion of the weight distribution will is found along each edge and the best edge (minimum dispersion, best maximum weight) is memorized for future use. The optimal division point for eventual future cell division is determined/recorded. Recorded are also minimum and maximum weight etc. The volume estimate in all (inactive) parent cells is updated. Note that links to parents and initial volume = 1/2 parent has to be already defined prior to calling this routine.
Definition at line 567 of file TFoam.cxx.
Referenced by Divide(), and InitCells().
Internal subprogram.
Return randomly chosen active cell with probability equal to its contribution into total driver integral using interpolation search.
Definition at line 1145 of file TFoam.cxx.
Referenced by MakeEvent().
User subprogram.
It provides the value of the integral calculated from the averages of the MC run May be called after (or during) the MC run.
Definition at line 1268 of file TFoam.cxx.
Referenced by Finalize(), and GetIntNorm().
User subprogram.
It returns NORMALIZATION integral to be combined with the average weights and content of the histograms in order to get proper absolute normalization of the integrand and distributions. It can be called after initialization, before or during the MC run.
Definition at line 1287 of file TFoam.cxx.
Referenced by Finalize().
User may get generated MC point/vector with help of this method.
Definition at line 1233 of file TFoam.cxx.
Referenced by RooFoamGenerator::generateEvent(), MCgenerate(), and TFoamSampler::Sample().
|
inlinevirtual |
Definition at line 119 of file TFoam.h.
Referenced by TFoamSampler::GetRandom(), and TFoamSampler::SetSeed().
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
May be called optionally after the MC run.
Returns various parameters of the MC weight for efficiency evaluation
Definition at line 1304 of file TFoam.cxx.
Referenced by Finalize().
|
virtual |
Internal subrogram used by Initialize.
It grow new cells by the binary division process.
Definition at line 907 of file TFoam.cxx.
Referenced by Initialize().
|
virtual |
Internal subprogram used by Initialize.
It initializes "root part" of the FOAM of the tree of cells.
Definition at line 494 of file TFoam.cxx.
Referenced by Initialize().
|
virtual |
Basic initialization of FOAM invoked by the user.
IMPORTANT: Random number generator and the distribution object has to be provided using SetPseRan and SetRho prior to invoking this initializator!
Definition at line 370 of file TFoam.cxx.
Referenced by TFoamSampler::Init(), Initialize(), and RooFoamGenerator::RooFoamGenerator().
|
virtual |
Basic initialization of FOAM invoked by the user.
This method starts the process of the cell build-up. User must invoke Initialize with two arguments or Initialize without arguments. This is done BEFORE generating first MC event and AFTER allocating FOAM object and reseting (optionally) its internal parameters/switches. The overall operational scheme of the FOAM is the following: BEGIN_HTML
|
virtual |
Internal subrogram used by Initialize.
It finds out number of active cells fNoAct, creates list of active cell fCellsAct and primary cumulative fPrimAcu. They are used during the MC generation to choose randomly an active cell.
Definition at line 1007 of file TFoam.cxx.
Referenced by Initialize().
|
virtual |
Internal subrogram used by Initialize.
Provides random vector Alpha 0< Alpha(i) < 1
Definition at line 892 of file TFoam.cxx.
Referenced by Explore(), and MakeEvent().
User subprogram.
It generates randomly point/vector according to user-defined distribution. Prior initialization with help of Initialize() is mandatory. Generated MC point/vector is available using GetMCvect and the MC weight with GetMCwt. MC point is generated with wt=1 or with variable weight, see OptRej switch.
Definition at line 1183 of file TFoam.cxx.
Referenced by RooFoamGenerator::generateEvent(), MCgenerate(), and TFoamSampler::Sample().
|
virtual |
Prints geometry of ALL cells of the FOAM.
Definition at line 1509 of file TFoam.cxx.
Referenced by Initialize().
User may optionally reset random number generator using this method Usually it is done when FOAM object is restored from the disk.
IMPORTANT: this method deletes existing random number generator registered in the FOAM object. In particular such an object is created by the streamer during the disk-read operation.
|
virtual |
User may optionally reset the distribution using this method Usually it is done when FOAM object is restored from the disk.
IMPORTANT: this method deletes existing distribution object registered in the FOAM object. In particular such an object is created by the streamer diring the disk-read operation. This method is used only in very special cases, because the distribution in most cases should be "owned" by the FOAM object and should not be replaced by another one after initialization.
Definition at line 131 of file TFoam.h.
Referenced by TFoamSampler::Init(), and RooFoamGenerator::RooFoamGenerator().
This can be called before Initialize, after setting kDim It defines which variables are excluded in the process of the cell division.
For example 'FoamX->SetInhiDiv(1, 1);' inhibits division of y-variable. The resulting map of cells in 2-dim. case will look as follows: BEGIN_HTML
Definition at line 127 of file TFoam.h.
Referenced by TFoamSampler::Init(), and RooFoamGenerator::RooFoamGenerator().
Definition at line 135 of file TFoam.h.
Referenced by TFoamSampler::Init().
Definition at line 130 of file TFoam.h.
Referenced by TFoamSampler::Init().
Definition at line 128 of file TFoam.h.
Referenced by TFoamSampler::Init(), and RooFoamGenerator::RooFoamGenerator().
Definition at line 129 of file TFoam.h.
Referenced by TFoamSampler::Init(), and RooFoamGenerator::RooFoamGenerator().
Definition at line 133 of file TFoam.h.
Referenced by TFoamSampler::Init().
Definition at line 132 of file TFoam.h.
Referenced by TFoamSampler::Init().
Definition at line 124 of file TFoam.h.
Referenced by Initialize(), ResetPseRan(), RooFoamGenerator::RooFoamGenerator(), and TFoamSampler::SetRandom().
|
virtual |
User may use this method to set the distribution object.
Definition at line 1062 of file TFoam.cxx.
Referenced by TFoamSampler::Init(), Initialize(), ResetRho(), and RooFoamGenerator::RooFoamGenerator().
User may use this to set pointer to the global function (not descending from TFoamIntegrand) serving as a distribution for FOAM.
It is useful for simple interactive applications. Note that persistency for FOAM object will not work in the case of such a distribution.
This should be called before Initialize, after setting kDim It predefines values of the cell division for certain variable iDim.
For example setting 3 predefined division lines using: xDiv[0]=0.30; xDiv[1]=0.40; xDiv[2]=0.65; FoamX->SetXdivPRD(0,3,xDiv); results in the following 2-dim. pattern of the cells: BEGIN_HTML
Internal subrogram used by Initialize.
In determines the best edge candidate and the position of the cell division plane in case of the variance reduction for future cell division, using results of the MC exploration run stored in fHistEdg
Definition at line 718 of file TFoam.cxx.
Referenced by Explore().
|
protected |
Definition at line 83 of file TFoam.h.
Referenced by Explore(), Initialize(), MakeAlpha(), MakeEvent(), TFoam(), and ~TFoam().
|
protected |
Definition at line 55 of file TFoam.h.
Referenced by CellFill(), CheckAll(), Divide(), Finalize(), Grow(), InitCells(), Initialize(), MakeActiveList(), PeekMax(), PrintCells(), RootPlot2dim(), TFoam(), and ~TFoam().
|
protected |
Definition at line 59 of file TFoam.h.
Referenced by GenerCel2(), MakeActiveList(), TFoam(), and ~TFoam().
|
protected |
Definition at line 41 of file TFoam.h.
Referenced by Finalize(), Grow(), Initialize(), and TFoam().
|
protected |
Definition at line 35 of file TFoam.h.
Referenced by Initialize(), and TFoam().
|
protected |
Definition at line 36 of file TFoam.h.
Referenced by Carver(), Divide(), Eval(), Explore(), GetMCvect(), GetTotDim(), Grow(), InitCells(), Initialize(), MakeAlpha(), MakeEvent(), RootPlot2dim(), SetInhiDiv(), SetXdivPRD(), TFoam(), Varedu(), and ~TFoam().
|
protected |
Definition at line 46 of file TFoam.h.
Referenced by Explore(), Initialize(), and TFoam().
|
protected |
|
protected |
|
protected |
Definition at line 63 of file TFoam.h.
Referenced by Explore(), Initialize(), MakeEvent(), TFoam(), and ~TFoam().
|
protected |
[fDim] Dynamic Mask for cell division
Definition at line 49 of file TFoam.h.
Referenced by Explore(), Initialize(), SetInhiDiv(), TFoam(), and ~TFoam().
|
protected |
Definition at line 54 of file TFoam.h.
Referenced by CellFill(), CheckAll(), Divide(), Grow(), InitCells(), MakeActiveList(), PeekMax(), PrintCells(), RootPlot2dim(), and TFoam().
|
protected |
|
protected |
Definition at line 58 of file TFoam.h.
Referenced by Initialize(), MakeEvent(), and TFoam().
|
protected |
Definition at line 81 of file TFoam.h.
Referenced by Initialize().
|
protected |
Definition at line 57 of file TFoam.h.
Referenced by GetWtParams(), Initialize(), MakeEvent(), TFoam(), and ~TFoam().
|
protected |
Definition at line 80 of file TFoam.h.
Referenced by Initialize().
|
protected |
Definition at line 65 of file TFoam.h.
Referenced by GetMCvect(), Initialize(), MakeEvent(), TFoam(), and ~TFoam().
|
protected |
Definition at line 66 of file TFoam.h.
Referenced by GetMCwt(), MakeEvent(), and MCgenerate().
|
protected |
Pointer to the user-defined integrand function/distribution.
Definition at line 70 of file TFoam.h.
Referenced by Eval(), Initialize(), SetRhoInt(), and TFoam().
|
protected |
Definition at line 33 of file TFoam.h.
Referenced by Initialize(), and TFoam().
|
protected |
|
protected |
Definition at line 73 of file TFoam.h.
Referenced by Explore(), Finalize(), GetnCalls(), Initialize(), MakeEvent(), and TFoam().
|
protected |
Definition at line 37 of file TFoam.h.
Referenced by CellFill(), Divide(), Grow(), InitCells(), Initialize(), TFoam(), and ~TFoam().
|
protected |
Definition at line 74 of file TFoam.h.
Referenced by Explore(), GetnEffev(), and TFoam().
|
protected |
Definition at line 77 of file TFoam.h.
Referenced by Finalize(), GetIntegMC(), GetWtParams(), Initialize(), and MakeEvent().
|
protected |
Lists of division values encoded in one vector per direction.
Definition at line 53 of file TFoam.h.
Referenced by CellFill(), Divide(), GenerCel2(), MakeActiveList(), and TFoam().
|
protected |
Definition at line 45 of file TFoam.h.
Referenced by Explore(), Initialize(), and TFoam().
|
protected |
Definition at line 40 of file TFoam.h.
Referenced by Explore(), Initialize(), and TFoam().
|
protected |
[fDim] Flags for inhibiting cell division
Definition at line 50 of file TFoam.h.
Referenced by Explore(), SetXdivPRD(), and TFoam().
|
protected |
Definition at line 42 of file TFoam.h.
Referenced by Finalize(), GetIntNorm(), Initialize(), MakeEvent(), and TFoam().
|
protected |
Definition at line 60 of file TFoam.h.
Referenced by GenerCel2(), MakeActiveList(), TFoam(), and ~TFoam().
|
protected |
Definition at line 79 of file TFoam.h.
Referenced by Finalize(), GetIntegMC(), GetIntNorm(), GetPrimary(), Initialize(), and MakeActiveList().
|
protected |
ROOT's pointer to user-defined global distribution function.
Definition at line 71 of file TFoam.h.
Referenced by GenerCel2(), GetPseRan(), Initialize(), MakeAlpha(), MakeEvent(), ResetPseRan(), and TFoam().
|
protected |
Definition at line 69 of file TFoam.h.
Referenced by Eval(), GetRho(), Initialize(), ResetRho(), SetRho(), SetRhoInt(), TFoam(), and ~TFoam().
|
protected |
Definition at line 38 of file TFoam.h.
Referenced by Initialize().
|
protected |
Definition at line 67 of file TFoam.h.
Referenced by Initialize(), MakeAlpha(), TFoam(), and ~TFoam().
|
protected |
Definition at line 76 of file TFoam.h.
Referenced by Finalize(), Initialize(), and MakeEvent().
|
protected |
Definition at line 75 of file TFoam.h.
Referenced by Finalize(), GetIntegMC(), GetWtParams(), Initialize(), and MakeEvent().
|
protected |
Definition at line 75 of file TFoam.h.
Referenced by GetIntegMC(), GetWtParams(), Initialize(), and MakeEvent().
|
protected |
Definition at line 34 of file TFoam.h.
Referenced by Initialize(), and TFoam().
|
protected |
Definition at line 78 of file TFoam.h.
Referenced by Finalize(), Initialize(), MakeEvent(), and TFoam().
|
protected |
Definition at line 78 of file TFoam.h.
Referenced by Finalize(), Initialize(), MakeEvent(), and TFoam().
|
protected |
Definition at line 51 of file TFoam.h.
Referenced by Explore(), Initialize(), SetXdivPRD(), TFoam(), and ~TFoam().