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

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::IOptionsOptions () 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
 

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

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

Constructor & Destructor Documentation

◆ GSLPlainIntegrationWorkspace()

ROOT::Math::GSLPlainIntegrationWorkspace::GSLPlainIntegrationWorkspace ( )
inline

Definition at line 243 of file GSLMCIntegrationWorkspace.h.

Member Function Documentation

◆ Clear()

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

free the workspace deleting the GSL pointer

Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 259 of file GSLMCIntegrationWorkspace.h.

◆ GetWS()

gsl_monte_plain_state * ROOT::Math::GSLPlainIntegrationWorkspace::GetWS ( )
inline

Definition at line 264 of file GSLMCIntegrationWorkspace.h.

◆ Init()

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

◆ NDim()

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

Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 270 of file GSLMCIntegrationWorkspace.h.

◆ Options()

std::unique_ptr< ROOT::Math::IOptions > ROOT::Math::GSLPlainIntegrationWorkspace::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 272 of file GSLMCIntegrationWorkspace.h.

◆ ReInit()

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

re-initialize an existing the workspace

Implements ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 253 of file GSLMCIntegrationWorkspace.h.

◆ SetOptions()

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

set options

Implements ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 276 of file GSLMCIntegrationWorkspace.h.

◆ Type()

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

Member Data Documentation

◆ fWs

gsl_monte_plain_state* ROOT::Math::GSLPlainIntegrationWorkspace::fWs
private

Definition at line 281 of file GSLMCIntegrationWorkspace.h.

  • math/mathmore/src/GSLMCIntegrationWorkspace.h