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

modified S0 start value for pipiS wave

parent 1b30d0a8
No related branches found
No related tags found
No related merge requests found
...@@ -242,7 +242,7 @@ void PiPiSWaveASDynamics::addGrandMa(boost::shared_ptr<AbsDecay> theDec){ ...@@ -242,7 +242,7 @@ void PiPiSWaveASDynamics::addGrandMa(boost::shared_ptr<AbsDecay> theDec){
currentFVector->updateFprod(3, fProdEtaEta); currentFVector->updateFprod(3, fProdEtaEta);
currentFVector->updateFprod(4, fProdEtaEtap); currentFVector->updateFprod(4, fProdEtaEtap);
_currentS0Map[theName]=1.; _currentS0Map[theName]=-1.;
currentFVector->updateS0prod(_currentS0Map[theName]); currentFVector->updateS0prod(_currentS0Map[theName]);
_fVecMap[theName]=currentFVector; _fVecMap[theName]=currentFVector;
......
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