Skip to content

Commit

Permalink
Added three-pion matrix element to ParticleDef of TauPlus and TauMinus
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Sandrock committed Dec 16, 2024
1 parent 22e76e3 commit da6fa02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/PROPOSAL/detail/PROPOSAL/particle/ParticleDef.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -370,13 +370,15 @@ TauMinusDef::TauMinusDef()
.addDaughter(Pi0Def())
.addDaughter(Pi0Def())
.addDaughter(NuTauDef())
.setMatrixElement(matrix_element_three_pion)
.build())
.addChannel(0.098,
ManyBodyPhaseSpace::Builder()
.addDaughter(PiMinusDef())
.addDaughter(PiMinusDef())
.addDaughter(PiPlusDef())
.addDaughter(NuTauDef())
.setMatrixElement(matrix_element_three_pion)
.build())
.addChannel(0.0457,
ManyBodyPhaseSpace::Builder()
Expand Down Expand Up @@ -438,13 +440,15 @@ TauPlusDef::TauPlusDef()
.addDaughter(Pi0Def())
.addDaughter(Pi0Def())
.addDaughter(NuTauBarDef())
.setMatrixElement(matrix_element_three_pion)
.build())
.addChannel(0.098,
ManyBodyPhaseSpace::Builder()
.addDaughter(PiPlusDef())
.addDaughter(PiPlusDef())
.addDaughter(PiMinusDef())
.addDaughter(NuTauBarDef())
.setMatrixElement(matrix_element_three_pion)
.build())
.addChannel(0.0457,
ManyBodyPhaseSpace::Builder()
Expand Down

0 comments on commit da6fa02

Please sign in to comment.