Skip to content

Commit

Permalink
add decay file for BPH
Browse files Browse the repository at this point in the history
  • Loading branch information
heppye committed Mar 20, 2016
1 parent b02c433 commit 238cea9
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 0 deletions.
28 changes: 28 additions & 0 deletions GeneratorInterface/ExternalDecays/data/LambdaB_JPsipK.dec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
1;2501;0c# This is the decay file for the decay Lambda_B0 -> J/Psi(MU+ MU-) pK
#
# Descriptor: [Lambda_B0 -> J/Psi(mu+ mu-) pK]cc
#
# NickName:
#
# Physics: Includes radiative mode
#
# Tested: Yes
# By: Cecilia Duran
# Date: 1-19-2016
#
Alias MyLambda_b0 Lambda_b0
Alias Myanti-Lambda_b0 anti-Lambda_b0
ChargeConj MyLambda_b0 Myanti-Lambda_b0
Alias MyJpsi J/psi
ChargeConj MyJpsi MyJpsi
#
Decay MyLambda_b0
1.000 p+ K- MyJpsi PHSP;
Enddecay
CDecay Myanti-Lambda_b0
#
Decay MyJpsi
1.000 mu+ mu- PHOTOS PHSP;
Enddecay
#
End
29 changes: 29 additions & 0 deletions GeneratorInterface/ExternalDecays/data/LambdaB_mumupK.dec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# This is the decay file for the decay Lambda_B0 -> MU+ MU- p K
#
# Descriptor: [Lambda_B0 -> mu+ mu- p+ K-]cc
#
# NickName:
#
# Physics: Includes radiative mode
#
# Tested: Yes
# By: Cecilia Duran
# Date: 2-26-08
#
Alias MyLambda_b0 Lambda_b0
Alias Myanti-Lambda_b0 anti-Lambda_b0
ChargeConj MyLambda_b0 Myanti-Lambda_b0
#Alias MyLambda(1520)0 Lambda(1520)0
#Alias Myanti-Lambda(1520)0 anti-Lambda(1520)0
#ChargeConj MyLambda(1520)0 Myanti-Lambda(1520)0
#
Decay MyLambda_b0
1.000 mu+ mu- p+ K- PHSP;
Enddecay
CDecay Myanti-Lambda_b0
#
#Decay MyLambda(1520)0
# 1.000 p+ K- PHSP;
#Enddecay
#CDecay Myanti-Lambda(1520)0
End

0 comments on commit 238cea9

Please sign in to comment.