Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Private Member Functions | Private Attributes | List of all members
ROOT::Math::GSLMiserIntegrationWorkspace Class Reference

Workspace for MISER.

Definition at line 156 of file GSLMCIntegrationWorkspace.h.

Public Member Functions

 GSLMiserIntegrationWorkspace (size_t dim=0)
 
void Clear ()
 free the workspace deleting the GSL pointer More...
 
gsl_monte_miser_state * GetWS ()
 
bool Init (size_t dim)
 initialize the workspace creating the GSL pointer if it is not there More...
 
size_t NDim () const
 
virtual ROOT::Math::IOptionsOptions () const
 retrieve option pointer corresponding to parameters create a new object to be managed by the user More...
 
const MiserParametersParameters () const
 
MiserParametersParameters ()
 
bool ReInit ()
 re-initialize an existing the workspace More...
 
void SetParameters (const MiserParameters &p)
 
MCIntegration::Type Type () const
 
- 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 </mnt/build/workspace/root-makedoc-v610/rootspi/rdoc/src/v6-10-00-patches/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 160 of file GSLMCIntegrationWorkspace.h.

Member Function Documentation

◆ Clear()

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

free the workspace deleting the GSL pointer

Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 184 of file GSLMCIntegrationWorkspace.h.

◆ GetWS()

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

Definition at line 189 of file GSLMCIntegrationWorkspace.h.

◆ Init()

bool ROOT::Math::GSLMiserIntegrationWorkspace::Init ( size_t  dim)
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.

◆ NDim()

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

Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 197 of file GSLMCIntegrationWorkspace.h.

◆ Options()

virtual ROOT::Math::IOptions* ROOT::Math::GSLMiserIntegrationWorkspace::Options ( ) const
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.

◆ Parameters() [1/2]

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

Definition at line 202 of file GSLMCIntegrationWorkspace.h.

◆ Parameters() [2/2]

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

Definition at line 203 of file GSLMCIntegrationWorkspace.h.

◆ ReInit()

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

re-initialize an existing the workspace

Implements ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 176 of file GSLMCIntegrationWorkspace.h.

◆ SetMiserParameters()

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

Definition at line 211 of file GSLMCIntegrationWorkspace.h.

◆ SetParameters()

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

Definition at line 191 of file GSLMCIntegrationWorkspace.h.

◆ Type()

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

Member Data Documentation

◆ fHaveNewParams

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

Definition at line 221 of file GSLMCIntegrationWorkspace.h.

◆ fParams

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

Definition at line 223 of file GSLMCIntegrationWorkspace.h.

◆ fWs

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

Definition at line 222 of file GSLMCIntegrationWorkspace.h.


The documentation for this class was generated from the following file: