Page MenuHomeHEPForge

Code changes for T207 (test output problems)
ClosedPublic

Authored by jback on Jan 26 2023, 3:25 PM.

Details

Summary

Code changes for T207 (test output problems)

  • Check for non-zero momentum for EvtSLBaryonAmp parent spin density matrix
  • Print out integrals to see if the test histograms are filled (1.0) or not (0.0), since some will only contain 1 non-empty bin (fixed PDG mass or 2-body momentum) and will give a nDof = 0 for the chiSq comparison.
Test Plan

Run existing testDecayModel scripts.

Diff Detail

Repository
rEVTGEN evtgen
Branch
jbackT207
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 240
Build 240: arc lint + arc unit

Event Timeline

jback requested review of this revision.Jan 26 2023, 3:25 PM
jback created this revision.
jback changed the visibility from "All Users" to "Public (No Login Required)".
jback changed the edit policy from "All Users" to "Restricted Project (Project)".
jback added a project: Restricted Project.
jback added a subscriber: Restricted Project.

Just one minor comment.

src/EvtGenModels/EvtSLBaryonAmp.cpp
430

Should maybe be set to 1.0 rather than 0,0?

This revision is now accepted and ready to land.Feb 3 2023, 3:18 PM
  • Set default cosTheta to 1 for EvtSLBaryonAmp spin density matrix.
  • Undo max prob changes to EvtSSD_DirectCP since we are going to try a more general approach.