Skip to content

Commit

Permalink
Merge pull request #8783 from heppye/CMSSW_7_5_X
Browse files Browse the repository at this point in the history
Create Bu_Mixing.dec
  • Loading branch information
cmsbuild committed May 2, 2015
2 parents 5176362 + 7e26b95 commit 7a3afd8
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions GeneratorInterface/ExternalDecays/data/Bu_Mixing.dec
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#This is the decay file for the decay B+ -> MU+ MU- K*+(-> Ks pi+)
#
# Descriptor: [B+ -> mu+ mu- {,gamma} {,gamma} (K*+ -> Ks pi+)]cc
#
# NickName:
#
# Physics: Includes radiative mode
#
# Tested: Yes
# Original By: K. Ulmer
# Date: 2-26-08
#
Alias MyB+ B+
Alias MyB- B-
ChargeConj MyB+ MyB-
Alias MyK*+ K*+
Alias MyK*- K*-
ChargeConj MyK*+ MyK*-
Alias MyK_S0 K_S0
ChargeConj MyK_S0 MyK_S0
Alias MyJpsi J/psi
ChargeConj MyJpsi MyJpsi
Alias MyPsi psi(2S)
ChargeConj MyPsi MyPsi
#
Decay MyB+
0.33333333 MyK*+ mu+ mu- BTOSLLBALL;
0.33333334 MyJpsi K+ SVS;
0.33333333 MyPsi MyK*+ SVV_HELAMP 0.159 1.563 0.775 0.0 0.612 2.712;
Enddecay
CDecay MyB-
#
Decay MyK*+
1.000 MyK_S0 pi+ VSS;
Enddecay
CDecay MyK*-
#
Decay MyK_S0
1.000 pi+ pi- PHSP;
Enddecay
Decay MyJpsi
1.000 mu+ mu- PHOTOS VLL;
Enddecay
Decay MyPsi
1.000 mu+ mu- PHOTOS VLL;
Enddecay
End

0 comments on commit 7a3afd8

Please sign in to comment.