Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::GSLMiserIntegrationWorkspace Class Reference

Workspace for MISER.

Definition at line 162 of file GSLMCIntegrationWorkspace.h.

Public Member Functions

 GSLMiserIntegrationWorkspace (size_t dim=0)
 
void Clear () override
 free the workspace deleting the GSL pointer
 
gsl_monte_miser_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::IOptionsOptions () const override
 retrieve option pointer corresponding to parameters create a new object to be managed by the user
 
MiserParametersParameters ()
 
const MiserParametersParameters () const
 
bool ReInit () override
 re-initialize an existing the workspace
 
virtual void SetOptions (const ROOT::Math::IOptions &opt) override
 set options
 
void SetParameters (const MiserParameters &p)
 
MCIntegration::Type Type () const override
 
- Public Member Functions inherited from ROOT::Math::GSLMCIntegrationWorkspace
 GSLMCIntegrationWorkspace ()
 
virtual ~GSLMCIntegrationWorkspace ()
 

Private Member Functions

void SetMiserParameters ()
 

Private Attributes

bool fHaveNewParams
 
MiserParameters fParams
 
gsl_monte_miser_state * fWs
 

#include </home/sftnight/build/workspace/root-makedoc-master/rootspi/rdoc/src/master/math/mathmore/src/GSLMCIntegrationWorkspace.h>

Inheritance diagram for ROOT::Math::GSLMiserIntegrationWorkspace:
[legend]

Constructor & Destructor Documentation

◆ GSLMiserIntegrationWorkspace()

ROOT::Math::GSLMiserIntegrationWorkspace::GSLMiserIntegrationWorkspace ( size_t  dim = 0)
inline

Definition at line 166 of file GSLMCIntegrationWorkspace.h.

Member Function Documentation

◆ Clear()

void ROOT::Math::GSLMiserIntegrationWorkspace::Clear ( )
inlineoverridevirtual

free the workspace deleting the GSL pointer

Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 190 of file GSLMCIntegrationWorkspace.h.

◆ GetWS()

gsl_monte_miser_state * ROOT::Math::GSLMiserIntegrationWorkspace::GetWS ( )
inline

Definition at line 195 of file GSLMCIntegrationWorkspace.h.

◆ Init()

bool ROOT::Math::GSLMiserIntegrationWorkspace::Init ( size_t  dim)
inlineoverridevirtual

initialize the workspace creating the GSL pointer if it is not there

Implements ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 174 of file GSLMCIntegrationWorkspace.h.

◆ NDim()

size_t ROOT::Math::GSLMiserIntegrationWorkspace::NDim ( ) const
inlineoverridevirtual

Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 203 of file GSLMCIntegrationWorkspace.h.

◆ Options()

std::unique_ptr< ROOT::Math::IOptions > ROOT::Math::GSLMiserIntegrationWorkspace::Options ( ) const
inlineoverridevirtual

retrieve option pointer corresponding to parameters create a new object to be managed by the user

Implements ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 211 of file GSLMCIntegrationWorkspace.h.

◆ Parameters() [1/2]

MiserParameters & ROOT::Math::GSLMiserIntegrationWorkspace::Parameters ( )
inline

Definition at line 209 of file GSLMCIntegrationWorkspace.h.

◆ Parameters() [2/2]

const MiserParameters & ROOT::Math::GSLMiserIntegrationWorkspace::Parameters ( ) const
inline

Definition at line 208 of file GSLMCIntegrationWorkspace.h.

◆ ReInit()

bool ROOT::Math::GSLMiserIntegrationWorkspace::ReInit ( )
inlineoverridevirtual

re-initialize an existing the workspace

Implements ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 182 of file GSLMCIntegrationWorkspace.h.

◆ SetMiserParameters()

void ROOT::Math::GSLMiserIntegrationWorkspace::SetMiserParameters ( )
inlineprivate

Definition at line 220 of file GSLMCIntegrationWorkspace.h.

◆ SetOptions()

virtual void ROOT::Math::GSLMiserIntegrationWorkspace::SetOptions ( const ROOT::Math::IOptions )
inlineoverridevirtual

set options

Implements ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 214 of file GSLMCIntegrationWorkspace.h.

◆ SetParameters()

void ROOT::Math::GSLMiserIntegrationWorkspace::SetParameters ( const MiserParameters p)
inline

Definition at line 197 of file GSLMCIntegrationWorkspace.h.

◆ Type()

MCIntegration::Type ROOT::Math::GSLMiserIntegrationWorkspace::Type ( ) const
inlineoverridevirtual

Member Data Documentation

◆ fHaveNewParams

bool ROOT::Math::GSLMiserIntegrationWorkspace::fHaveNewParams
private

Definition at line 230 of file GSLMCIntegrationWorkspace.h.

◆ fParams

MiserParameters ROOT::Math::GSLMiserIntegrationWorkspace::fParams
private

Definition at line 232 of file GSLMCIntegrationWorkspace.h.

◆ fWs

gsl_monte_miser_state* ROOT::Math::GSLMiserIntegrationWorkspace::fWs
private

Definition at line 231 of file GSLMCIntegrationWorkspace.h.

  • math/mathmore/src/GSLMCIntegrationWorkspace.h