Skip to content

Commit

Permalink
Merge pull request #215 from ellawood23/winter2023
Browse files Browse the repository at this point in the history
Add new DecFiles for Bd2LL equivalent to those for Bs
  • Loading branch information
zuoxunwu authored Nov 8, 2024
2 parents 27f0c56 + b5353d4 commit fd891bb
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
10 changes: 10 additions & 0 deletions FCCee/Generator/EvtGen/Bd2EE.dec
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
10 changes: 10 additions & 0 deletions FCCee/Generator/EvtGen/Bd2NuNu.dec
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
22 changes: 22 additions & 0 deletions FCCee/Generator/EvtGen/Bd2TauTau.dec
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

0 comments on commit fd891bb

Please sign in to comment.