laura is hosted by Hepforge, IPPP Durham
Laura++  3.6.0
A maximum likelihood fitting package for performing Dalitz-plot analysis.

Factory class for creating and providing access to the fitter. More...

#include <LauFitter.hh>

Public Types

enum  Type { Type::Minuit }
 The types of fitter available. More...
 

Static Public Member Functions

static void setFitterType (const Type type)
 Set the type of the fitter. More...
 
static void setFitterVerbosity (const LauOutputLevel level)
 Set the verbosity level of the fitter. More...
 
static void setFitterMaxPars (const UInt_t maxPars)
 Set the maximum number of parameters for the fitter. More...
 
static LauAbsFitterfitter ()
 Method that provides access to the singleton fitter. More...
 
static void destroyFitter ()
 Destroy the current fitter. More...
 

Private Member Functions

 LauFitter ()=default
 Constructor.
 
 ~LauFitter ()=default
 Destructor.
 
 LauFitter (const LauFitter &)=delete
 Copy constructor (deleted)
 
 LauFitter (LauFitter &&)=delete
 Move constructor (deleted)
 
LauFitteroperator= (const LauFitter &)=delete
 Copy assignment operator (deleted)
 
LauFitteroperator= (LauFitter &&)=delete
 Move assignment operator (deleted)
 

Static Private Attributes

static std::unique_ptr< LauAbsFittertheInstance_ = nullptr
 Pointer to the singleton fitter instance.
 
static Type fitterType_ = LauFitter::Type::Minuit
 The fitter type.
 
static LauOutputLevel fitterVerbosity_ = LauOutputLevel::Standard
 The fitter verbosity.
 
static UInt_t fitterMaxPars_ = 100
 The maximum number of parameters for the fitter.
 

Detailed Description

Factory class for creating and providing access to the fitter.

The fitter type and verbosity can be set before first access to determine which fitter is used.

Definition at line 47 of file LauFitter.hh.

Member Enumeration Documentation

◆ Type

enum LauFitter::Type
strong

The types of fitter available.

Enumerator
Minuit 

the Minuit fitter

Definition at line 51 of file LauFitter.hh.

Member Function Documentation

◆ destroyFitter()

void LauFitter::destroyFitter ( )
static

Destroy the current fitter.

A new fitter will be created on the next call to LauFitter::fitter

Definition at line 90 of file LauFitter.cc.

◆ fitter()

LauAbsFitter & LauFitter::fitter ( )
static

Method that provides access to the singleton fitter.

Returns
a reference to a singleton LauAbsFitter object

Definition at line 75 of file LauFitter.cc.

◆ setFitterMaxPars()

void LauFitter::setFitterMaxPars ( const UInt_t  maxPars)
static

Set the maximum number of parameters for the fitter.

Parameters
[in]maxParsthe maximum number of parameters for the fitter (default set to 100)

Definition at line 64 of file LauFitter.cc.

◆ setFitterType()

void LauFitter::setFitterType ( const Type  type)
static

Set the type of the fitter.

Parameters
[in]typethe type of the fitter (default set to Minuit)

Definition at line 42 of file LauFitter.cc.

◆ setFitterVerbosity()

void LauFitter::setFitterVerbosity ( const LauOutputLevel  level)
static

Set the verbosity level of the fitter.

Parameters
[in]levelthe level of verbosity of the fitter (default set to Standard)

Definition at line 53 of file LauFitter.cc.


The documentation for this class was generated from the following files:
  • /home/epp/phsdba/Development/Laura++/master-dev/laura/inc/LauFitter.hh
  • /home/epp/phsdba/Development/Laura++/master-dev/laura/src/LauFitter.cc