ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::Math::GSLPlainIntegrationWorkspace Class Reference

Definition at line 230 of file GSLMCIntegrationWorkspace.h.

Public Member Functions

 GSLPlainIntegrationWorkspace ()
 
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_plain_state * GetWS ()
 
MCIntegration::Type Type () const
 
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...
 
- Public Member Functions inherited from ROOT::Math::GSLMCIntegrationWorkspace
 GSLMCIntegrationWorkspace ()
 
virtual ~GSLMCIntegrationWorkspace ()
 

Private Attributes

gsl_monte_plain_state * fWs
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/mathmore/src/GSLMCIntegrationWorkspace.h>

+ Inheritance diagram for ROOT::Math::GSLPlainIntegrationWorkspace:
+ Collaboration diagram for ROOT::Math::GSLPlainIntegrationWorkspace:

Constructor & Destructor Documentation

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

Definition at line 234 of file GSLMCIntegrationWorkspace.h.

Member Function Documentation

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

free the workspace deleting the GSL pointer

Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 250 of file GSLMCIntegrationWorkspace.h.

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

Definition at line 255 of file GSLMCIntegrationWorkspace.h.

Referenced by ROOT::Math::GSLMCIntegrator::Integral().

bool ROOT::Math::GSLPlainIntegrationWorkspace::Init ( size_t  dim)
inlinevirtual

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

Implements ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 238 of file GSLMCIntegrationWorkspace.h.

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

Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 261 of file GSLMCIntegrationWorkspace.h.

virtual ROOT::Math::IOptions* ROOT::Math::GSLPlainIntegrationWorkspace::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 263 of file GSLMCIntegrationWorkspace.h.

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

re-initialize an existing the workspace

Implements ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 244 of file GSLMCIntegrationWorkspace.h.

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

Member Data Documentation

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

Definition at line 270 of file GSLMCIntegrationWorkspace.h.

Referenced by Clear(), GetWS(), Init(), NDim(), and ReInit().


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