Skip to content

Commit

Permalink
Merge pull request #224 from anjabeck/winter2023
Browse files Browse the repository at this point in the history
Draft: Adding Lb -> Jpsi Lambda decay
  • Loading branch information
zuoxunwu authored Dec 14, 2024
2 parents 2592f88 + ecb621f commit 66d8093
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions FCCee/Generator/EvtGen/Lb2JpsiL.dec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Alias Lb_SIGNAL Lambda_b0
Alias Lbbar_SIGNAL anti-Lambda_b0
ChargeConj Lb_SIGNAL Lbbar_SIGNAL

Alias MyLambda0 Lambda0
Alias Myanti-Lambda0 anti-Lambda0
ChargeConj MyLambda0 Myanti-Lambda0
Alias MyJ/psi J/psi
ChargeConj MyJ/psi MyJ/psi

#
Decay Lb_SIGNAL
1.000 MyLambda0 MyJ/psi PHSP;
Enddecay
CDecay Lbbar_SIGNAL
#
Decay MyJ/psi
1.000 mu+ mu- PHOTOS VLL;
Enddecay
#
Decay MyLambda0
1.000 p+ pi- PHSP;
Enddecay
CDecay Myanti-Lambda0
#
End
#

0 comments on commit 66d8093

Please sign in to comment.