ROOT 6.14/05 Reference Guide |
Definition at line 49 of file GSLMCIntegrationWorkspace.h.
Public Member Functions | |
GSLMCIntegrationWorkspace () | |
virtual | ~GSLMCIntegrationWorkspace () |
virtual void | Clear () |
free the workspace deleting the GSL pointer More... | |
virtual bool | Init (size_t dim)=0 |
initialize the workspace creating the GSL pointer if it is not there More... | |
virtual size_t | NDim () const |
virtual ROOT::Math::IOptions * | Options () const =0 |
retrieve option pointer corresponding to parameters create a new object to be managed by the user More... | |
virtual bool | ReInit ()=0 |
re-initialize an existing the workspace More... | |
virtual MCIntegration::Type | Type () const =0 |
|
inline |
Definition at line 53 of file GSLMCIntegrationWorkspace.h.
|
inlinevirtual |
Definition at line 55 of file GSLMCIntegrationWorkspace.h.
|
inlinevirtual |
free the workspace deleting the GSL pointer
Reimplemented in ROOT::Math::GSLPlainIntegrationWorkspace, ROOT::Math::GSLMiserIntegrationWorkspace, and ROOT::Math::GSLVegasIntegrationWorkspace.
Definition at line 68 of file GSLMCIntegrationWorkspace.h.
|
pure virtual |
initialize the workspace creating the GSL pointer if it is not there
Implemented in ROOT::Math::GSLPlainIntegrationWorkspace, ROOT::Math::GSLMiserIntegrationWorkspace, and ROOT::Math::GSLVegasIntegrationWorkspace.
|
inlinevirtual |
Reimplemented in ROOT::Math::GSLPlainIntegrationWorkspace, ROOT::Math::GSLMiserIntegrationWorkspace, and ROOT::Math::GSLVegasIntegrationWorkspace.
Definition at line 59 of file GSLMCIntegrationWorkspace.h.
|
pure virtual |
retrieve option pointer corresponding to parameters create a new object to be managed by the user
Implemented in ROOT::Math::GSLPlainIntegrationWorkspace, ROOT::Math::GSLMiserIntegrationWorkspace, and ROOT::Math::GSLVegasIntegrationWorkspace.
|
pure virtual |
re-initialize an existing the workspace
Implemented in ROOT::Math::GSLPlainIntegrationWorkspace, ROOT::Math::GSLMiserIntegrationWorkspace, and ROOT::Math::GSLVegasIntegrationWorkspace.
|
pure virtual |