Skip to content

Commit

Permalink
Merge pull request #13783 from heppye/patch24
Browse files Browse the repository at this point in the history
add decay file for BPH
  • Loading branch information
cmsbuild committed Mar 30, 2016
2 parents 4edd08d + 238cea9 commit d2460a3
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
@@ -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
@@ -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 d2460a3

Please sign in to comment.