Skip to content
Snippets Groups Projects
Commit b7d29132 authored by Marc Pelizaeus's avatar Marc Pelizaeus
Browse files

Common production phase for rad. decays

parent f57fcd11
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,8 @@ protected:
std::map< boost::shared_ptr<const JPCLS>, double, pawian::Collection::SharedPtrLess >& ampf0ProdMag,
std::map< boost::shared_ptr<const JPCLS>, double, pawian::Collection::SharedPtrLess >& ampf0ProdPhi,
std::map< boost::shared_ptr<const JPCLS>, double, pawian::Collection::SharedPtrLess >& ampf0DecMag,
std::map< boost::shared_ptr<const JPCLS>, double, pawian::Collection::SharedPtrLess >& ampf0DecPhi );
std::map< boost::shared_ptr<const JPCLS>, double, pawian::Collection::SharedPtrLess >& ampf0DecPhi,
bool useCommonProductionPhase );
virtual complex<double> etaToPhiPhiTo4KAmp(EvtData* theData);
......@@ -75,7 +76,7 @@ protected:
std::map< boost::shared_ptr<const JPCLS>, double, pawian::Collection::SharedPtrLess >& ampf2ProdPhi,
std::map< boost::shared_ptr<const JPCLS>, double, pawian::Collection::SharedPtrLess >& ampf2DecMag,
std::map< boost::shared_ptr<const JPCLS>, double, pawian::Collection::SharedPtrLess >& ampf2DecPhi,
double mass, double width );
double mass, double width, bool useCommonProductionPhase );
complex<double> f2ToPhiPhiTo4KAmp( EvtData* theData, Spin f2Lambda,
std::map< boost::shared_ptr<const JPCLS>, double, pawian::Collection::SharedPtrLess > &ampf2DecMag ,
std::map< boost::shared_ptr<const JPCLS>, double, pawian::Collection::SharedPtrLess > &ampf2DecPhi );
......
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