Skip to content

Commit

Permalink
Add Bc2DsNuNu dec files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Richard Wiederhold committed Aug 16, 2024
1 parent 6274508 commit f56307d
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
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 f56307d

Please sign in to comment.