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

Psi2STo2K2PiGam: improved performance for Minuit fit v3

parent ca6c8046
No related branches found
No related tags found
No related merge requests found
......@@ -441,7 +441,11 @@ void Hyp1Lh::setUp(const std::map<const std::string, bool>& hypMap){
if(_f1710_f1710Hyp1) _ampVec.push_back(paramEnum2K2PiGam::ChiTof1710f1710);
_massVec.push_back(paramEnum2K2PiGam::K892);
_ampVecComp=_ampVec;
_ampVecComp.erase(_ampVecComp.begin());
_massVec.push_back(paramEnum2K2PiGam::K892);
_massVec.push_back(paramEnum2K2PiGam::f1710);
if(_K1_1270Hyp) _massVec.push_back(paramEnum2K2PiGam::K_1_1270);
if(_K1_1400Hyp) _massVec.push_back(paramEnum2K2PiGam::K_1_1400);
......@@ -482,7 +486,7 @@ bool Hyp1Lh::equalParams(){
bool result=true;
std::vector< boost::shared_ptr<const JPCLS> >::const_iterator itJPCLS;
if (!compAmpParms( _ampVec )) return false;
if (!compAmpParms( _ampVecComp )) return false;
if (!compMassParms(_massVec)) return false;
if (!compFlatteParms()) return false;
......
......@@ -75,6 +75,7 @@ private:
unsigned int _nFitParams;
std::vector<unsigned int> _ampVec;
std::vector<unsigned int> _massVec;
std::vector<unsigned int> _ampVecComp;
void setUp(const std::map<const std::string, bool>& hypMap);
unsigned int _evtCounter;
......
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