Skip to content

Commit

Permalink
Merge pull request #154 from EmanuelPerez/winter2023
Browse files Browse the repository at this point in the history
Evtgen card for Bd -> rho K* with K* -> K+ pi-
  • Loading branch information
EmanuelPerez authored Apr 26, 2024
2 parents d2e8ad7 + 2b60d49 commit 2df255b
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions FCCee/Generator/EvtGen/Bd2rhoKstar.dec
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Alias Bd_SIGNAL B0
Alias Bdbar_SIGNAL anti-B0
ChargeConj Bd_SIGNAL Bdbar_SIGNAL

Alias MyK*0 K*0
Alias Myanti-K*0 anti-K*0
ChargeConj MyK*0 Myanti-K*0

Alias MyRho0 rho0


#
Decay Bd_SIGNAL
1.000 MyRho0 MyK*0 PHSP;
Enddecay
CDecay Bdbar_SIGNAL


# -----------------
# Decay of the K*0 anti-K*0
# -----------------
Decay MyK*0
1.000 K+ pi- VSS;
Enddecay
CDecay Myanti-K*0

#
Decay MyRho0
1.000 pi+ pi- VSS;
Enddecay




#
End

0 comments on commit 2df255b

Please sign in to comment.