Skip to content

Commit

Permalink
Added option to customizecards and modified proc_card as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
vrbouza committed Feb 1, 2022
1 parent fd4209e commit d6a407a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#put card customizations here
set param_card mass 6 172.5
set param_card yukawa 6 172.5
set param_card DECAY 6 auto
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import model TopFCNC_UFO-kappa_act_ProdConventions_no_c_mass --modelname
define l+ = e+ mu+ ta+
define l- = e- mu- ta-

generate p p > t a, (t > w+ b, w+ > l+ vl ) NP=1 @10
add process p p > t~ a, (t~ > w- b~, w- > l- vl~) NP=1 @20
generate p p > t a NP=1, (t > w+ b, w+ > l+ vl )
add process p p > t~ a NP=1, (t~ > w- b~, w- > l- vl~)

# Output folder
output TA_Tleptonic_kappa_act_LO -f -nojpeg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#put card customizations here
set param_card mass 6 172.5
set param_card yukawa 6 172.5
set param_card DECAY 6 auto

0 comments on commit d6a407a

Please sign in to comment.