Definition at line 239 of file GSLMCIntegrationWorkspace.h.
Public Member Functions | |
GSLPlainIntegrationWorkspace () | |
void | Clear () override |
free the workspace deleting the GSL pointer | |
gsl_monte_plain_state * | GetWS () |
bool | Init (size_t dim) override |
initialize the workspace creating the GSL pointer if it is not there | |
size_t | NDim () const override |
std::unique_ptr< ROOT::Math::IOptions > | Options () const override |
retrieve option pointer corresponding to parameters create a new object to be managed by the user | |
bool | ReInit () override |
re-initialize an existing the workspace | |
virtual void | SetOptions (const ROOT::Math::IOptions &) override |
set options | |
MCIntegration::Type | Type () const override |
Public Member Functions inherited from ROOT::Math::GSLMCIntegrationWorkspace | |
GSLMCIntegrationWorkspace () | |
virtual | ~GSLMCIntegrationWorkspace () |
Private Attributes | |
gsl_monte_plain_state * | fWs |
|
inline |
Definition at line 243 of file GSLMCIntegrationWorkspace.h.
|
inlineoverridevirtual |
free the workspace deleting the GSL pointer
Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 259 of file GSLMCIntegrationWorkspace.h.
|
inline |
Definition at line 264 of file GSLMCIntegrationWorkspace.h.
|
inlineoverridevirtual |
initialize the workspace creating the GSL pointer if it is not there
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 247 of file GSLMCIntegrationWorkspace.h.
|
inlineoverridevirtual |
Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 270 of file GSLMCIntegrationWorkspace.h.
|
inlineoverridevirtual |
retrieve option pointer corresponding to parameters create a new object to be managed by the user
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 272 of file GSLMCIntegrationWorkspace.h.
|
inlineoverridevirtual |
re-initialize an existing the workspace
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 253 of file GSLMCIntegrationWorkspace.h.
|
inlineoverridevirtual |
set options
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 276 of file GSLMCIntegrationWorkspace.h.
|
inlineoverridevirtual |
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 268 of file GSLMCIntegrationWorkspace.h.
|
private |
Definition at line 281 of file GSLMCIntegrationWorkspace.h.