Skip to content
Snippets Groups Projects
Commit 6dca843e authored by kopf's avatar kopf
Browse files

bug fix in caching amplitudes for LSOmega decay

parent 1d03842b
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ complex<double> LSOmegaTo3PiDecAmps::XdecAmp(Spin& lamX, EvtData* theData, Spin&
if ( _cacheAmps && !_recalculate){
result=_cachedAmpMapNew.at(evtNo).at(refKey).at(_absDyn->grandMaKey(grandmaAmp)).at(currentSpinIndex);
result*=_absDyn->eval(theData, grandmaAmp);
// result*=_absDyn->eval(theData, grandmaAmp);
return result;
}
......
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