Logo ROOT   6.12/07
Reference Guide
List of all members | Public Member Functions | Private Member Functions | Private Attributes | List of all members
ROOT::Math::GSLVegasIntegrationWorkspace Class Reference

workspace for VEGAS

Definition at line 82 of file GSLMCIntegrationWorkspace.h.

Public Member Functions

 GSLVegasIntegrationWorkspace (size_t dim=0)
 
double Chisq () const
 
void Clear ()
 free the workspace deleting the GSL pointer More...
 
gsl_monte_vegas_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 VegasParametersParameters () const
 
VegasParametersParameters ()
 
bool ReInit ()
 re-initialize an existing the workspace More...
 
double Result () const
 
void SetParameters (const struct VegasParameters &p)
 
double Sigma () const
 
MCIntegration::Type Type () const
 
- Public Member Functions inherited from ROOT::Math::GSLMCIntegrationWorkspace
 GSLMCIntegrationWorkspace ()
 
virtual ~GSLMCIntegrationWorkspace ()
 

Private Member Functions

void SetVegasParameters ()
 

Private Attributes

VegasParameters fParams
 
gsl_monte_vegas_state * fWs
 

#include </mnt/build/workspace/root-makedoc-v612/rootspi/rdoc/src/v6-12-00-patches/math/mathmore/src/GSLMCIntegrationWorkspace.h>

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

Constructor & Destructor Documentation

◆ GSLVegasIntegrationWorkspace()

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

Definition at line 86 of file GSLMCIntegrationWorkspace.h.

Member Function Documentation

◆ Chisq()

double ROOT::Math::GSLVegasIntegrationWorkspace::Chisq ( ) const
inline

Definition at line 124 of file GSLMCIntegrationWorkspace.h.

◆ Clear()

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

free the workspace deleting the GSL pointer

Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 106 of file GSLMCIntegrationWorkspace.h.

◆ GetWS()

gsl_monte_vegas_state* ROOT::Math::GSLVegasIntegrationWorkspace::GetWS ( )
inline

Definition at line 111 of file GSLMCIntegrationWorkspace.h.

◆ Init()

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

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

Implements ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 92 of file GSLMCIntegrationWorkspace.h.

◆ NDim()

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

Reimplemented from ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 118 of file GSLMCIntegrationWorkspace.h.

◆ Options()

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

◆ Parameters() [1/2]

const VegasParameters& ROOT::Math::GSLVegasIntegrationWorkspace::Parameters ( ) const
inline

Definition at line 128 of file GSLMCIntegrationWorkspace.h.

◆ Parameters() [2/2]

VegasParameters& ROOT::Math::GSLVegasIntegrationWorkspace::Parameters ( )
inline

Definition at line 129 of file GSLMCIntegrationWorkspace.h.

◆ ReInit()

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

re-initialize an existing the workspace

Implements ROOT::Math::GSLMCIntegrationWorkspace.

Definition at line 98 of file GSLMCIntegrationWorkspace.h.

◆ Result()

double ROOT::Math::GSLVegasIntegrationWorkspace::Result ( ) const
inline

Definition at line 120 of file GSLMCIntegrationWorkspace.h.

◆ SetParameters()

void ROOT::Math::GSLVegasIntegrationWorkspace::SetParameters ( const struct VegasParameters p)
inline

Definition at line 113 of file GSLMCIntegrationWorkspace.h.

◆ SetVegasParameters()

void ROOT::Math::GSLVegasIntegrationWorkspace::SetVegasParameters ( )
inlineprivate

Definition at line 138 of file GSLMCIntegrationWorkspace.h.

◆ Sigma()

double ROOT::Math::GSLVegasIntegrationWorkspace::Sigma ( ) const
inline

Definition at line 122 of file GSLMCIntegrationWorkspace.h.

◆ Type()

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

Member Data Documentation

◆ fParams

VegasParameters ROOT::Math::GSLVegasIntegrationWorkspace::fParams
private

Definition at line 148 of file GSLMCIntegrationWorkspace.h.

◆ fWs

gsl_monte_vegas_state* ROOT::Math::GSLVegasIntegrationWorkspace::fWs
private

Definition at line 147 of file GSLMCIntegrationWorkspace.h.

Libraries for ROOT::Math::GSLVegasIntegrationWorkspace:
[legend]

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