Skip to content

Commit

Permalink
Merge pull request #1457 from vciulli/add_dec_files_70x
Browse files Browse the repository at this point in the history
Generators fixes -- Add Bu_Psi2SK_JpsiPiPiK.dec
  • Loading branch information
ktf committed Nov 14, 2013
2 parents c820bfe + 0f1c329 commit c16c232
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions GeneratorInterface/ExternalDecays/data/Bu_Psi2SK_JpsiPiPiK.dec
@@ -0,0 +1,24 @@
#
# This is the decay file for the decay B+ -> Psi(2S) K + -> Jpsi pi+ pi- K+ -> mu+ mu- pi+ pi- K+
#
Alias MyB+ B+
Alias MyB- B-
ChargeConj MyB- MyB+
Alias MyPsi psi(2S)
ChargeConj MyPsi MyPsi
Alias MyJpsi J/psi
ChargeConj MyJpsi MyJpsi
#
Decay MyB+
1.000 MyPsi K+ SVS;
Enddecay
CDecay MyB-
#
Decay MyPsi
1.000 J/psi pi+ pi- VVPIPI;
Enddecay
Decay MyJpsi
1.000 mu+ mu- PHOTOS VLL;
Enddecay
#
End

0 comments on commit c16c232

Please sign in to comment.