-
Notifications
You must be signed in to change notification settings - Fork 32
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 #224 from anjabeck/winter2023
Draft: Adding Lb -> Jpsi Lambda decay
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
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,27 @@ | ||
Alias Lb_SIGNAL Lambda_b0 | ||
Alias Lbbar_SIGNAL anti-Lambda_b0 | ||
ChargeConj Lb_SIGNAL Lbbar_SIGNAL | ||
|
||
Alias MyLambda0 Lambda0 | ||
Alias Myanti-Lambda0 anti-Lambda0 | ||
ChargeConj MyLambda0 Myanti-Lambda0 | ||
Alias MyJ/psi J/psi | ||
ChargeConj MyJ/psi MyJ/psi | ||
|
||
# | ||
Decay Lb_SIGNAL | ||
1.000 MyLambda0 MyJ/psi PHSP; | ||
Enddecay | ||
CDecay Lbbar_SIGNAL | ||
# | ||
Decay MyJ/psi | ||
1.000 mu+ mu- PHOTOS VLL; | ||
Enddecay | ||
# | ||
Decay MyLambda0 | ||
1.000 p+ pi- PHSP; | ||
Enddecay | ||
CDecay Myanti-Lambda0 | ||
# | ||
End | ||
# |