ROOT
6.06/09
Reference Guide
|
Workspace for MISER.
Definition at line 156 of file GSLMCIntegrationWorkspace.h.
Public Member Functions | |
GSLMiserIntegrationWorkspace (size_t dim=0) | |
bool | Init (size_t dim) |
initialize the workspace creating the GSL pointer if it is not there More... | |
bool | ReInit () |
re-initialize an existing the workspace More... | |
void | Clear () |
free the workspace deleting the GSL pointer More... | |
gsl_monte_miser_state * | GetWS () |
void | SetParameters (const MiserParameters &p) |
size_t | NDim () const |
MCIntegration::Type | Type () const |
const MiserParameters & | Parameters () const |
MiserParameters & | Parameters () |
virtual ROOT::Math::IOptions * | Options () const |
retrieve option pointer corresponding to parameters create a new object to be managed by the user More... | |
Public Member Functions inherited from ROOT::Math::GSLMCIntegrationWorkspace | |
GSLMCIntegrationWorkspace () | |
virtual | ~GSLMCIntegrationWorkspace () |
Private Member Functions | |
void | SetMiserParameters () |
Private Attributes | |
bool | fHaveNewParams |
gsl_monte_miser_state * | fWs |
MiserParameters | fParams |
|
inline |
Definition at line 160 of file GSLMCIntegrationWorkspace.h.
|
inlinevirtual |
free the workspace deleting the GSL pointer
Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 184 of file GSLMCIntegrationWorkspace.h.
|
inline |
Definition at line 189 of file GSLMCIntegrationWorkspace.h.
Referenced by ROOT::Math::GSLMCIntegrator::Integral().
|
inlinevirtual |
initialize the workspace creating the GSL pointer if it is not there
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 168 of file GSLMCIntegrationWorkspace.h.
Referenced by GSLMiserIntegrationWorkspace().
|
inlinevirtual |
Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 197 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 205 of file GSLMCIntegrationWorkspace.h.
|
inline |
Definition at line 202 of file GSLMCIntegrationWorkspace.h.
|
inline |
Definition at line 203 of file GSLMCIntegrationWorkspace.h.
|
inlinevirtual |
re-initialize an existing the workspace
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 176 of file GSLMCIntegrationWorkspace.h.
|
inlineprivate |
Definition at line 211 of file GSLMCIntegrationWorkspace.h.
Referenced by Init(), ReInit(), and SetParameters().
|
inline |
Definition at line 191 of file GSLMCIntegrationWorkspace.h.
Referenced by ROOT::Math::GSLMCIntegrator::SetParameters().
|
inlinevirtual |
Implements ROOT::Math::GSLMCIntegrationWorkspace.
Definition at line 199 of file GSLMCIntegrationWorkspace.h.
|
private |
Definition at line 221 of file GSLMCIntegrationWorkspace.h.
Referenced by Init(), and SetParameters().
|
private |
Definition at line 223 of file GSLMCIntegrationWorkspace.h.
Referenced by Init(), Options(), Parameters(), SetMiserParameters(), and SetParameters().
|
private |
Definition at line 222 of file GSLMCIntegrationWorkspace.h.
Referenced by Clear(), GetWS(), Init(), NDim(), ReInit(), SetMiserParameters(), and SetParameters().