Skip to content

Commit

Permalink
[susy2] in CODEGEN, add SUSY process susy_gq_ttllq
Browse files Browse the repository at this point in the history
This is
       cmd="import model MSSM_SLHA2; define q = u c d s u~ c~ d~ s~; generate g q > t t~ l- l+ q"
  • Loading branch information
valassi committed Apr 3, 2023
1 parent 25f0198 commit fd880a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions epochX/cudacpp/CODEGEN/generateAndCompare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ function codeGenAndDiff()
susy_gg_tt)
cmd="import model MSSM_SLHA2; generate g g > t t~"
;;
susy_gq_ttllq)
cmd="import model MSSM_SLHA2; define q = u c d s u~ c~ d~ s~; generate g q > t t~ l- l+ q"
;;
*)
echo -e "\nWARNING! Skipping unknown process '$proc'"
return
Expand Down

0 comments on commit fd880a9

Please sign in to comment.