-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13137 from heppye/patch-19
add decay file for BPH, BsToJpsiPiPi
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
GeneratorInterface/ExternalDecays/data/Bs_Jpsipipi_mumupipi.dec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |