Skip to content

Commit

Permalink
Merge pull request #13137 from heppye/patch-19
Browse files Browse the repository at this point in the history
add decay file for BPH, BsToJpsiPiPi
  • Loading branch information
davidlange6 committed Feb 29, 2016
2 parents 7b6bd6d + 54e8ba6 commit b02c433
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions GeneratorInterface/ExternalDecays/data/Bs_Jpsipipi_mumupipi.dec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# This is the decay file for the decay BS0 -> PSI(-> MU+ MU-) pi+ pi-
#
# Descriptor: [B_s0 -> (J/psi(1S) -> mu+ mu-) ( pi+ pi-)]
#
# NickName: Bs_Jpsi2pi
#
# Physics: Currently using phase space for Bs decays
#
# Tested:
# By: Jhovanny Andres Mejia, Eduard de la Cruz Burelo
# Date: 21 january 2016
#
Alias MyB_s0 B_s0
Alias Myanti-B_s0 anti-B_s0
ChargeConj Myanti-B_s0 MyB_s0
Alias MyJ/psi J/psi
ChargeConj MyJ/psi MyJ/psi
#
Decay MyB_s0
1.000 MyJ/psi pi+ pi- PHSP;
Enddecay
#
CDecay Myanti-B_s0
#
Decay MyJ/psi
1.000 mu+ mu- PHOTOS VLL;
Enddecay
#
End

0 comments on commit b02c433

Please sign in to comment.