Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evtgen card for Bd -> rho K* with K* -> K+ pi- #154

Merged
merged 3 commits into from
Apr 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading