Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19306619
D92.1759199902.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
942 B
Referenced Files
None
Subscribers
None
D92.1759199902.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D92: Bugfix probmax issue for TENSOR daughter in EvtSSD_DirectCP model.
Attached
Detach File
Event Timeline
Log In to Comment