-
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.
Merge pull request #183 from AidanWiederhold/winter2023
Bc2DsNuNu dec files
- Loading branch information
Showing
3 changed files
with
93 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 |
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,27 @@ | ||
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 Myphi phi | ||
ChargeConj Myphi Myphi | ||
|
||
# | ||
Decay Bc_SIGNAL | ||
1.000 MyD_s+ nu_e anti-nu_e PHSP; | ||
Enddecay | ||
CDecay Bcbar_SIGNAL | ||
# | ||
Decay MyD_s- | ||
1.000 Myphi pi- PHSP; | ||
Enddecay | ||
CDecay MyD_s+ | ||
# | ||
Decay Myphi | ||
1.000 K+ K- VSS; | ||
Enddecay | ||
# | ||
End |
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,37 @@ | ||
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 Myphi phi | ||
ChargeConj Myphi Myphi | ||
|
||
Alias Myrho- rho- | ||
Alias Myrho+ rho+ | ||
ChargeConj Myrho+ Myrho- | ||
|
||
# | ||
Decay Bc_SIGNAL | ||
1.000 MyD_s+ nu_e anti-nu_e PHSP; | ||
Enddecay | ||
CDecay Bcbar_SIGNAL | ||
# | ||
Decay MyD_s- | ||
1.000 Myphi Myrho- PHSP; | ||
Enddecay | ||
CDecay MyD_s+ | ||
# | ||
Decay Myrho- | ||
1.000 pi- pi0 VSS; | ||
Enddecay | ||
CDecay Myrho+ | ||
# | ||
# | ||
Decay Myphi | ||
1.000 K+ K- VSS; | ||
Enddecay | ||
# | ||
End |