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

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

#include <LauFitObject.hh>

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 147 of file LauFitObject.hh.

Member Data Documentation

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

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

Definition at line 151 of file LauFitObject.hh.

TString LauFitObject::StoreConstraints::formula_

The formula to be used in the LauFormulaPar.

Definition at line 149 of file LauFitObject.hh.

Double_t LauFitObject::StoreConstraints::mean_

The mean value of the Gaussian constraint to be applied.

Definition at line 153 of file LauFitObject.hh.

Double_t LauFitObject::StoreConstraints::width_

The width of the Gaussian constraint to be applied.

Definition at line 155 of file LauFitObject.hh.


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