Skip to content

Commit

Permalink
Merge pull request #3098 from heppye/patch-2
Browse files Browse the repository at this point in the history
add decay file for BPH
  • Loading branch information
davidlange6 committed Mar 31, 2014
2 parents e2c701a + 173baae commit 92e1387
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
32 changes: 32 additions & 0 deletions GeneratorInterface/ExternalDecays/data/Bu_chic1K_jpsigammaK.dec
@@ -0,0 +1,32 @@
# $Id$
#
# This is the decay file for B -> Chi_c1(Jpsi ( -> mu mu ) gamma) K+
#
# Author: Alberto Sanchez-Hernandez
# Date: 1/13/14
#

Alias MyB+ B+
Alias MyB- B-
ChargeConj MyB- MyB+

Alias MyJ/psi J/psi
ChargeConj MyJ/psi MyJ/psi

Alias Mychi_c1 chi_c1
ChargeConj Mychi_c1 Mychi_c1

Decay MyJ/psi
1.0000 mu+ mu- PHOTOS VLL ;
Enddecay

Decay Mychi_c1
1.0000 MyJ/psi gamma VVP 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 ;
Enddecay

Decay MyB+
0.0168 Mychi_c1 K+ SVS ;
Enddecay
CDecay MyB-

End
37 changes: 37 additions & 0 deletions GeneratorInterface/ExternalDecays/data/Onia_chic_jpsigamma.dec
@@ -0,0 +1,37 @@
# $Id$
#
# This is the decay file for Pwave states -> (J/psi(1s) -> mu+ mu- ) gamma
#
# Author: Alberto Sanchez-Hernandez
# Date: 1/13/14
#

Alias MyJ/psi J/psi
ChargeConj MyJ/psi MyJ/psi

Alias Mychi_c0 chi_c0
ChargeConj Mychi_c0 Mychi_c0

Alias Mychi_c1 chi_c1
ChargeConj Mychi_c1 Mychi_c1

Alias Mychi_c2 chi_c2
ChargeConj Mychi_c2 Mychi_c2

Decay MyJ/psi
1.0000 mu+ mu- PHOTOS VLL ;
Enddecay

Decay Mychi_c0
1.0000 gamma MyJ/psi PHSP ;
Enddecay

Decay Mychi_c1
1.0000 MyJ/psi gamma VVP 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 ;
Enddecay

Decay Mychi_c2
1.0000 gamma MyJ/psi PHSP ;
Enddecay

End

0 comments on commit 92e1387

Please sign in to comment.