Skip to content
Snippets Groups Projects
Commit 79ab39cd authored by Bertram Kopf's avatar Bertram Kopf
Browse files

added pipiS wave to JpsiGamEtaPiPiNew III

parent 799df5a6
No related branches found
No related tags found
No related merge requests found
...@@ -231,6 +231,14 @@ void FitParamsBaseNew::setMnUsrParamsDouble(MnUserParameters& upar, mapStrDouble ...@@ -231,6 +231,14 @@ void FitParamsBaseNew::setMnUsrParamsDouble(MnUserParameters& upar, mapStrDouble
double maxVal=theStartVal+5.*theErrVal; double maxVal=theStartVal+5.*theErrVal;
// for complex fit parameter; phi component; quick workaround
if(theName.size()>9){
if (theName.compare(theName.size()-8, theName.size(), "PhiOther")==0){
minVal=-4.*M_PI;
maxVal=4.*M_PI;
}
}
upar.Add(theName, theStartVal, theErrVal, minVal, maxVal); upar.Add(theName, theStartVal, theErrVal, minVal, maxVal);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment