diff --git a/History.md b/History.md --- a/History.md +++ b/History.md @@ -11,6 +11,11 @@ === ## R02-02-0X +1 March 2023 Fernando Abudinen +* D92: Bugfix probmax issue for TENSOR daughter in EvtSSD_DirectCP model. + Calculation of amplitude in EvtSSD_DirectCP model moved to dedicated calcAmp function. + Got rid of a few static variables along the way. + 3 Feb 2023 John Back * D91: Check for non-zero momentum for EvtSLBaryonAmp parent spin density matrix. Print out integrals of JSON test histograms. diff --git a/src/EvtGenModels/EvtSSD_DirectCP.cpp b/src/EvtGenModels/EvtSSD_DirectCP.cpp --- a/src/EvtGenModels/EvtSSD_DirectCP.cpp +++ b/src/EvtGenModels/EvtSSD_DirectCP.cpp @@ -272,6 +272,7 @@ } + // This is for the EvtSpinType::TENSOR case. else { const double norm = daughter.mass() * daughter.mass() / ( p4_parent.mass() * daughter.getP4().d3mag() *