1 #ifndef FERMIPS_BW_LINESHAPE_HH 2 #define FERMIPS_BW_LINESHAPE_HH 23 BW_BW(tree, namePrefix), _threshold(0)
34 std::vector<const AssociatedDecayTreeItem*> adti = _theDecay.finalState();
35 for (
unsigned int i=0; i<adti.size(); i++) {
36 _threshold += adti[i]->mass();
38 std::cout <<
"FermiPS_threshold = " << _threshold <<
" for decay " << _theDecay.oneLiner() << std::endl;
41 virtual std::string
name()
const{
42 return "FermiPS_BW("+_theDecay.oneLiner() +
")";
53 return mumsFittableProperties().fermiLambda();
56 return mumsFittableProperties().fermiS0();
60 virtual double GofM();
virtual std::string name() const
Double_t phaseSpace(Double_t *x, Double_t *par)
FermiPS_BW(const AssociatedDecayTree &tree, const std::string &namePrefix)