-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aidan Richard Wiederhold
committed
Aug 16, 2024
1 parent
f56307d
commit 6e43709
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Alias Bc_SIGNAL B_c+ | ||
Alias Bcbar_SIGNAL B_c- | ||
ChargeConj Bc_SIGNAL Bcbar_SIGNAL | ||
|
||
Alias MyD_s- D_s- | ||
Alias MyD_s+ D_s+ | ||
ChargeConj MyD_s+ MyD_s- | ||
|
||
Alias MyK*0 K*0 | ||
Alias Myanti-K*0 anti-K*0 | ||
ChargeConj Myanti-K*0 MyK*0 | ||
|
||
# | ||
Decay Bc_SIGNAL | ||
1.000 MyD_s- nu_e anti-nu_e PHSP; | ||
Enddecay | ||
CDecay Bcbar_SIGNAL | ||
# | ||
Decay MyD_s- | ||
1.000 MyK*0 K- PHSP; | ||
Enddecay | ||
CDecay MyD_s+ | ||
# | ||
Decay MyK*0 | ||
1.000 K+ pi- VSS; | ||
Enddecay | ||
CDecay Myanti-K*0 | ||
# | ||
End |