Skip to content

Commit

Permalink
Add Upsilon decays
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-pitt committed Jan 30, 2024
1 parent 2d6c5f6 commit 3b4d781
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions GeneratorInterface/EvtGenInterface/data/Upsilon1S.dec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
#
Alias MyUpsilon Upsilon
ChargeConj MyUpsilon MyUpsilon
#
Decay MyUpsilon
1.000 mu+ mu- PHOTOS VLL;
Enddecay
End


11 changes: 11 additions & 0 deletions GeneratorInterface/EvtGenInterface/data/Upsilon2S.dec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
#
Alias MyUpsilon(2S) Upsilon(2S)
ChargeConj MyUpsilon(2S) MyUpsilon(2S)
#
Decay MyUpsilon(2S)
1.000 mu+ mu- PHOTOS VLL;
Enddecay
End


11 changes: 11 additions & 0 deletions GeneratorInterface/EvtGenInterface/data/Upsilon3S.dec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
#
Alias MyUpsilon(3S) Upsilon(3S)
ChargeConj MyUpsilon(3S) MyUpsilon(3S)
#
Decay MyUpsilon(3S)
1.000 mu+ mu- PHOTOS VLL;
Enddecay
End


0 comments on commit 3b4d781

Please sign in to comment.