Skip to content

Commit

Permalink
Merge pull request #183 from AidanWiederhold/winter2023
Browse files Browse the repository at this point in the history
Bc2DsNuNu dec files
  • Loading branch information
zuoxunwu authored Nov 8, 2024
2 parents fd891bb + 6d97a79 commit 8eef6ec
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 0 deletions.
29 changes: 29 additions & 0 deletions FCCee/Generator/EvtGen/Bc2DsNuNu_Ds2KKst.dec
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
27 changes: 27 additions & 0 deletions FCCee/Generator/EvtGen/Bc2DsNuNu_Ds2phipi.dec
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
37 changes: 37 additions & 0 deletions FCCee/Generator/EvtGen/Bc2DsNuNu_Ds2phirho.dec
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

0 comments on commit 8eef6ec

Please sign in to comment.