-
Notifications
You must be signed in to change notification settings - Fork 34
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 #215 from ellawood23/winter2023
Add new DecFiles for Bd2LL equivalent to those for Bs
- Loading branch information
Showing
3 changed files
with
42 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,10 @@ | ||
Alias Bd_SIGNAL B0 | ||
Alias Bdbar_SIGNAL anti-B0 | ||
ChargeConj Bd_SIGNAL Bdbar_SIGNAL | ||
|
||
Decay Bd_SIGNAL | ||
1.0 e+ e- PHSP; | ||
Enddecay | ||
CDecay Bdbar_SIGNAL | ||
|
||
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,10 @@ | ||
Alias Bd_SIGNAL B0 | ||
Alias Bdbar_SIGNAL anti-B0 | ||
ChargeConj Bd_SIGNAL Bdbar_SIGNAL | ||
|
||
Decay Bd_SIGNAL | ||
1.0 nu_e anti-nu_e PHSP; | ||
Enddecay | ||
CDecay Bdbar_SIGNAL | ||
|
||
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,22 @@ | ||
Alias Bd_SIGNAL B0 | ||
Alias Bdbar_SIGNAL anti-B0 | ||
ChargeConj Bd_SIGNAL Bdbar_SIGNAL | ||
# Tauola steering options | ||
Define TauolaCurrentOption 0 | ||
Define TauolaBR1 1.0 | ||
# | ||
Alias Mytau+ tau+ | ||
Alias Mytau- tau- | ||
ChargeConj Mytau+ Mytau- | ||
# | ||
Decay Bd_SIGNAL | ||
1.000 Mytau+ Mytau- PHSP; | ||
Enddecay | ||
CDecay Bdbar_SIGNAL | ||
# | ||
Decay Mytau- | ||
1.00 TAUOLA 5; | ||
Enddecay | ||
CDecay Mytau+ | ||
# | ||
End |