Page MenuHomeHEPForge

D92.1759199902.diff
No OneTemporary

Size
942 B
Referenced Files
None
Subscribers
None

D92.1759199902.diff

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() *

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 30, 3:38 AM (18 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6573026
Default Alt Text
D92.1759199902.diff (942 B)

Event Timeline