Skip to content

Commit

Permalink
Merge pull request #275 from vciulli/62X_20130809
Browse files Browse the repository at this point in the history
Add files required for BPH sample request
  • Loading branch information
davidlt committed Aug 31, 2013
2 parents d101373 + 979230e commit 3f7450f
Show file tree
Hide file tree
Showing 3 changed files with 578 additions and 0 deletions.
51 changes: 51 additions & 0 deletions GeneratorInterface/ExternalDecays/data/Bs_Jpsiphiv2.dec
@@ -0,0 +1,51 @@
#
# This is the decay file for the decay BS0 -> PSI(-> MU+ MU-) PHI(-> K+ K-)
#
# EventType: 13144001
#
# Descriptor: [B_s0 -> (J/psi(1S) -> mu+ mu- {,gamma} {,gamma}) (phi(1020) -> K+ K-)]cc
#
# NickName: Bs_Jpsiphi,mm=CPV
#
# Physics: Includes radiative mode, CP violation, different lifetimes
#
# Tested: Yes
# By: Gerhard Raven / Tristan du Pree
# Date: 10 Oct 2006
#
Define Hp 0.481 #
Define Hz 0.723 #
Define Hm 0.496 #
Define pHp 3.14 #
Define pHz 0.0
Define pHm 3.14 #
# Upddate dgammas
Define dms 17.69e12
Define dgammas 10.0e10
yesIncoherentBsMixing dms dgammas
#
Alias MyB_s0 B_s0
Alias Myanti-B_s0 anti-B_s0
ChargeConj Myanti-B_s0 MyB_s0
Alias MyJ/psi J/psi
Alias MyPhi phi
ChargeConj MyJ/psi MyJ/psi
ChargeConj MyPhi MyPhi
#
Decay MyB_s0
1.000 MyJ/psi MyPhi PVV_CPLH 0.02 1 Hp pHp Hz pHz Hm pHm;
#
Enddecay
Decay Myanti-B_s0
1.000 MyJ/psi MyPhi PVV_CPLH 0.02 1 Hp pHp Hz pHz Hm pHm;
Enddecay
#
Decay MyJ/psi
1.000 mu+ mu- PHOTOS VLL;
Enddecay
#
Decay MyPhi
1.000 K+ K- VSS;
Enddecay
End

26 changes: 26 additions & 0 deletions GeneratorInterface/ExternalDecays/data/Bs_MuMuKstar_mumuKpi.dec
@@ -0,0 +1,26 @@
#################################################
# Descriptor: [Bs -> mu+ mu- K*0 (K+ pi-)] + cc #
# Created by Mauro Dinardo
# Changed the Bs -> B_s0 by Xin Shi [2013-07-25]
#################################################
Alias MyB_s0 B_s0
Alias Myanti-B_s0 anti-B_s0
ChargeConj MyB_s0 Myanti-B_s0
Alias MyK*0 K*0
Alias MyK*0bar anti-K*0
ChargeConj MyK*0 MyK*0bar
#
Decay MyB_s0
1.000 MyK*0 mu+ mu- BTOSLLBALL;
Enddecay
Decay Myanti-B_s0
1.000 MyK*0bar mu+ mu- BTOSLLBALL;
Enddecay
#
Decay MyK*0
1.000 K+ pi- VSS;
Enddecay
Decay MyK*0bar
1.000 K- pi+ VSS;
Enddecay
End

0 comments on commit 3f7450f

Please sign in to comment.