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

Pure abstract base class for defining a parameter containing an R value. More...

#include <LauAbsRValue.hh>

Inheritance diagram for LauAbsRValue:
LauFormulaPar LauParameter

Public Member Functions

 LauAbsRValue ()
 Constructor. More...
 
virtual ~LauAbsRValue ()
 Destructor. More...
 
virtual const TString & name () const =0
 Return the name of the parameter. More...
 
virtual Double_t value () const =0
 Return the value of the parameter. More...
 
virtual Bool_t gaussConstraint () const =0
 Check whether a Gaussian constraints is applied. More...
 
virtual Double_t constraintMean () const =0
 The mean of the Gaussian constraint. More...
 
virtual Double_t constraintWidth () const =0
 The width of the Gaussian constraint. More...
 
virtual std::vector
< LauParameter * > 
getPars ()=0
 Return the list of LauParameters on which the LauAbsRValue depends. More...
 
virtual Bool_t isLValue () const =0
 Is the parameter also an L value or not. More...
 
virtual Bool_t fixed () const =0
 Check is the parameter is fixed or floated. More...
 

Detailed Description

Pure abstract base class for defining a parameter containing an R value.

Pure abstract base class for defining a parameter containing an R value, either a LauParameter or a LauFormulaPar

Definition at line 29 of file LauAbsRValue.hh.

Constructor & Destructor Documentation

LauAbsRValue::LauAbsRValue ( )
inline

Constructor.

Definition at line 33 of file LauAbsRValue.hh.

virtual LauAbsRValue::~LauAbsRValue ( )
inlinevirtual

Destructor.

Definition at line 36 of file LauAbsRValue.hh.

Member Function Documentation

virtual Double_t LauAbsRValue::constraintMean ( ) const
pure virtual

The mean of the Gaussian constraint.

Returns
the mean value of the Gaussian constraint

Implemented in LauParameter, and LauFormulaPar.

virtual Double_t LauAbsRValue::constraintWidth ( ) const
pure virtual

The width of the Gaussian constraint.

Returns
the width of the Gaussian constraint

Implemented in LauParameter, and LauFormulaPar.

virtual Bool_t LauAbsRValue::fixed ( ) const
pure virtual

Check is the parameter is fixed or floated.

Returns
the boolean flag whether the parameter is fixed

Implemented in LauParameter, and LauFormulaPar.

virtual Bool_t LauAbsRValue::gaussConstraint ( ) const
pure virtual

Check whether a Gaussian constraints is applied.

Returns
the boolean flag true/false whether a Gaussian constraint is applied

Implemented in LauParameter, and LauFormulaPar.

virtual std::vector<LauParameter*> LauAbsRValue::getPars ( )
pure virtual

Return the list of LauParameters on which the LauAbsRValue depends.

Returns
the list of LauParameters

Implemented in LauParameter, and LauFormulaPar.

virtual Bool_t LauAbsRValue::isLValue ( ) const
pure virtual

Is the parameter also an L value or not.

Returns
whether the parameter is also an L value

Implemented in LauParameter, and LauFormulaPar.

virtual const TString& LauAbsRValue::name ( ) const
pure virtual

Return the name of the parameter.

Returns
the name of the parameter

Implemented in LauParameter, and LauFormulaPar.

virtual Double_t LauAbsRValue::value ( ) const
pure virtual

Return the value of the parameter.

Returns
the value of the parameter

Implemented in LauParameter, and LauFormulaPar.


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