laura is hosted by Hepforge, IPPP Durham
Laura++  v2r2p1
A maximum likelihood fitting package for performing Dalitz-plot analysis.
LauAbsFitModel::StoreConstraints Struct Reference

Struct to store constraint information until the fit is run. More...

Public Attributes

TString formula_
 The formula to be used in the LauFormulaPar. More...
 
std::vector< TString > conPars_
 The list of LauParameter names to be used in the LauFormulaPar. More...
 
Double_t mean_
 The mean value of the Gaussian constraint to be applied. More...
 
Double_t width_
 The width of the Gaussian constraint to be applied. More...
 

Detailed Description

Struct to store constraint information until the fit is run.

Definition at line 697 of file LauAbsFitModel.hh.

Member Data Documentation

std::vector<TString> LauAbsFitModel::StoreConstraints::conPars_

The list of LauParameter names to be used in the LauFormulaPar.

Definition at line 701 of file LauAbsFitModel.hh.

TString LauAbsFitModel::StoreConstraints::formula_

The formula to be used in the LauFormulaPar.

Definition at line 699 of file LauAbsFitModel.hh.

Double_t LauAbsFitModel::StoreConstraints::mean_

The mean value of the Gaussian constraint to be applied.

Definition at line 703 of file LauAbsFitModel.hh.

Double_t LauAbsFitModel::StoreConstraints::width_

The width of the Gaussian constraint to be applied.

Definition at line 705 of file LauAbsFitModel.hh.


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