Definition at line 230 of file GSLMCIntegrationWorkspace.h.
Public Member Functions | |
GSLPlainIntegrationWorkspace () | |
void | Clear () |
free the workspace deleting the GSL pointer | |
gsl_monte_plain_state * | GetWS () |
bool | Init (size_t dim) |
initialize the workspace creating the GSL pointer if it is not there | |
size_t | NDim () const |
virtual ROOT::Math::IOptions * | Options () const |
retrieve option pointer corresponding to parameters create a new object to be managed by the user | |
bool | ReInit () |
re-initialize an existing the workspace | |
MCIntegration::Type | Type () const |
Public Member Functions inherited from ROOT::Math::GSLMCIntegrationWorkspace | |
GSLMCIntegrationWorkspace () | |
virtual | ~GSLMCIntegrationWorkspace () |
Private Attributes | |
gsl_monte_plain_state * | fWs |
|
inline |
Definition at line 234 of file GSLMCIntegrationWorkspace.h.
|
inlinevirtual |
free the workspace deleting the GSL pointer
Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 250 of file GSLMCIntegrationWorkspace.h.
|
inline |
Definition at line 255 of file GSLMCIntegrationWorkspace.h.
|
inlinevirtual |
initialize the workspace creating the GSL pointer if it is not there
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 238 of file GSLMCIntegrationWorkspace.h.
|
inlinevirtual |
Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 261 of file GSLMCIntegrationWorkspace.h.
|
inlinevirtual |
retrieve option pointer corresponding to parameters create a new object to be managed by the user
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 263 of file GSLMCIntegrationWorkspace.h.
|
inlinevirtual |
re-initialize an existing the workspace
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 244 of file GSLMCIntegrationWorkspace.h.
|
inlinevirtual |
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 259 of file GSLMCIntegrationWorkspace.h.
|
private |
Definition at line 270 of file GSLMCIntegrationWorkspace.h.