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

JpsiGamKsKlKK: fix for f2GammaAmp calc

parent 5797d59d
No related branches found
No related tags found
No related merge requests found
...@@ -262,7 +262,7 @@ complex<double> JpsiGamKsKlKKProdLh::f2GammaAmp(Spin Minit, Spin Mgamma, EvtData ...@@ -262,7 +262,7 @@ complex<double> JpsiGamKsKlKKProdLh::f2GammaAmp(Spin Minit, Spin Mgamma, EvtData
for ( itPsi=ampf2ProdMag.begin(); itPsi!=ampf2ProdMag.end(); ++itPsi){ for ( itPsi=ampf2ProdMag.begin(); itPsi!=ampf2ProdMag.end(); ++itPsi){
boost::shared_ptr<const JPCLS> PsiState=itPsi->first; boost::shared_ptr<const JPCLS> PsiState=itPsi->first;
double thePsiMag=itPsi->second; double thePsiMag=itPsi->second;
double thePsiPhi=ampf2ProdMag[PsiState]; double thePsiPhi=ampf2ProdPhi[PsiState];
complex<double> expiphiPsi(cos(thePsiPhi), sin(thePsiPhi)); complex<double> expiphiPsi(cos(thePsiPhi), sin(thePsiPhi));
for(Spin f2Lambda=-2;f2Lambda<=2; f2Lambda++){ for(Spin f2Lambda=-2;f2Lambda<=2; f2Lambda++){
......
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