-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TTGG and TGG cards #3667
base: master
Are you sure you want to change the base?
TTGG and TGG cards #3667
Conversation
#************************************************************ | ||
#* MadGraph5_aMC@NLO * | ||
#* * | ||
#* * * * | ||
#* * * * * * | ||
#* * * * * 5 * * * * * | ||
#* * * * * * | ||
#* * * * | ||
#* * | ||
#* * | ||
#* VERSION 2.9.18 2023-12-08 * | ||
#* * | ||
#* The MadGraph5_aMC@NLO Development Team - Find us at * | ||
#* https://server06.fynu.ucl.ac.be/projects/madgraph * | ||
#* * | ||
#************************************************************ | ||
#* * | ||
#* Command File for MadGraph5_aMC@NLO * | ||
#* * | ||
#* run as ./bin/mg5_aMC filename * | ||
#* * | ||
#************************************************************ | ||
set group_subprocesses Auto | ||
set ignore_six_quark_processes False | ||
set low_mem_multicore_nlo_generation False | ||
set complex_mass_scheme False | ||
set gauge unitary | ||
set loop_optimized_output True | ||
set loop_color_flows False | ||
set max_npoint_for_channel 0 | ||
set default_unset_couplings 99 | ||
set max_t_for_channel 99 | ||
set zerowidth_tchannel True | ||
import model sm | ||
define p = g u c d s u~ c~ d~ s~ | ||
define j = g u c d s u~ c~ d~ s~ | ||
define l+ = e+ mu+ | ||
define l- = e- mu- | ||
define vl = ve vm vt | ||
define vl~ = ve~ vm~ vt~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can remove those lines since they are default setup
nn23nlo = pdlabel ! PDF set | ||
244600 = lhaid ! If pdlabel=lhapdf, this is the lhapdf number. Only | ||
! numbers for central PDF sets are allowed. Can be a list; | ||
! PDF sets beyond the first are included via reweighting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use below lines here:
'lhapdf' = pdlabel ! PDF set
$DEFAULT_PDF_SETS = lhaid
$DEFAULT_PDF_MEMBERS = reweight_PDF ! if pdlabel=lhapdf, this is the lhapdf number
# all the other parameters are ignored. * | ||
# More specific cuts can be specified in SubProcesses/cuts.f * | ||
#*********************************************************************** | ||
20.0 = ptgmin ! Min photon transverse momentum |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the planned cut for photon in the analysis, is 20GeV suitable for it
#************************************************************ | ||
#* MadGraph5_aMC@NLO * | ||
#* * | ||
#* * * * | ||
#* * * * * * | ||
#* * * * * 5 * * * * * | ||
#* * * * * * | ||
#* * * * | ||
#* * | ||
#* * | ||
#* VERSION 2.9.18 2023-12-08 * | ||
#* * | ||
#* The MadGraph5_aMC@NLO Development Team - Find us at * | ||
#* https://server06.fynu.ucl.ac.be/projects/madgraph * | ||
#* * | ||
#************************************************************ | ||
#* * | ||
#* Command File for MadGraph5_aMC@NLO * | ||
#* * | ||
#* run as ./bin/mg5_aMC filename * | ||
#* * | ||
#************************************************************ | ||
set group_subprocesses Auto | ||
set ignore_six_quark_processes False | ||
set low_mem_multicore_nlo_generation False | ||
set complex_mass_scheme False | ||
set gauge unitary | ||
set loop_optimized_output True | ||
set loop_color_flows False | ||
set max_npoint_for_channel 0 | ||
set default_unset_couplings 99 | ||
set max_t_for_channel 99 | ||
set zerowidth_tchannel True | ||
import model sm | ||
define p = g u c d s u~ c~ d~ s~ | ||
define j = g u c d s u~ c~ d~ s~ | ||
define l+ = e+ mu+ | ||
define l- = e- mu- | ||
define vl = ve vm vt | ||
define vl~ = ve~ vm~ vt~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove those lines
nn23nlo = pdlabel ! PDF set | ||
244600 = lhaid ! If pdlabel=lhapdf, this is the lhapdf number. Only | ||
! numbers for central PDF sets are allowed. Can be a list; | ||
! PDF sets beyond the first are included via reweighting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment here
# all the other parameters are ignored. * | ||
# More specific cuts can be specified in SubProcesses/cuts.f * | ||
#*********************************************************************** | ||
20.0 = ptgmin ! Min photon transverse momentum |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment here
# shower (HERWIG6 | HERWIGPP | PYTHIA6Q | PYTHIA6PT | PYTHIA8) * | ||
# WARNING: PYTHIA6PT works only for processes without FSR!!!! * | ||
#*********************************************************************** | ||
HERWIG6 = parton_shower |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you want to use HERWIG in the parton shower
@hbecerri a kind ping on the questions. Thanks a lot. |
…ia8_customizecards.dat
Cards for ttGG and tGG requests for Run3