From 641b1354605c4db37e7793080c8f299500d900ef Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Mon, 11 Nov 2024 17:07:51 -0300 Subject: [PATCH 01/13] Update TTHH_5f_LO_proc_card.dat --- .../production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_proc_card.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_proc_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_proc_card.dat index b048657c8559..f00f12be31dd 100644 --- a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_proc_card.dat +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_proc_card.dat @@ -5,5 +5,5 @@ set gauge unitary set complex_mass_scheme False set max_npoint_for_channel 0 import model sm-no_b_mass -generate p p > t t~ h h +generate p p > t t~ h h, (h > b b~) output TTHH_5f_LO -nojpeg From 36fbd97b8d510714750ec7d93368db8e7dfddc6e Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Mon, 11 Nov 2024 17:08:56 -0300 Subject: [PATCH 02/13] Update TTHH_5f_LO_run_card.dat --- .../cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_run_card.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_run_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_run_card.dat index ec7b62b77480..d51016c6d8fe 100644 --- a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_run_card.dat +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_run_card.dat @@ -90,7 +90,7 @@ $DEFAULT_PDF_MEMBERS = reweight_PDF ! if pdlabel=lhapdf, this is the lhapdf #********************************** # BW cutoff (M+/-bwcutoff*Gamma) #********************************** - 15000.0 = bwcutoff ! (M+/-bwcutoff*Gamma) + 15.0 = bwcutoff ! (M+/-bwcutoff*Gamma) #********************************************************** # Apply pt/E/eta/dr/mij/kt_durham cuts on decay products or not # (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply) From 72c9bc276e58fc4a8b946d6612483cbe7221216b Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Mon, 11 Nov 2024 17:10:12 -0300 Subject: [PATCH 03/13] Update TT4b_5f_LO_run_card.dat From d731348d2bbb24b4fc3a4c68a3634014843bff3e Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Thu, 14 Nov 2024 12:36:35 -0300 Subject: [PATCH 04/13] Update TTHH_5f_LO_proc_card.dat I removed the H to bb~ decay because I will request that this decay be implemented in Pythia when asking the Monte Carlo conveners to run the simulation. I will also ask them to keep the top quark undecayed. --- .../production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_proc_card.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_proc_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_proc_card.dat index f00f12be31dd..b048657c8559 100644 --- a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_proc_card.dat +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTHH_5f_LO/TTHH_5f_LO_proc_card.dat @@ -5,5 +5,5 @@ set gauge unitary set complex_mass_scheme False set max_npoint_for_channel 0 import model sm-no_b_mass -generate p p > t t~ h h, (h > b b~) +generate p p > t t~ h h output TTHH_5f_LO -nojpeg From c6767df91f6d76e2e731d2c643058f5c25c9908e Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Fri, 15 Nov 2024 18:06:34 -0300 Subject: [PATCH 05/13] Create a --- bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/a | 1 + 1 file changed, 1 insertion(+) create mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/a diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/a b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/a new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/a @@ -0,0 +1 @@ +.. From c1656b5eed1b29b96d17586961bb5ceec2b0090f Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Fri, 15 Nov 2024 18:08:42 -0300 Subject: [PATCH 06/13] Add files via upload --- .../ttZ2b/TTZ2b_5f_LO_customizecards.dat | 4 + .../13p6TeV/ttZ2b/TTZ2b_5f_LO_proc_card.dat | 9 + .../13p6TeV/ttZ2b/TTZ2b_5f_LO_run_card.dat | 275 ++++++++++++++++++ 3 files changed, 288 insertions(+) create mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_customizecards.dat create mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_proc_card.dat create mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_run_card.dat diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_customizecards.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_customizecards.dat new file mode 100644 index 000000000000..d6402c774c04 --- /dev/null +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_customizecards.dat @@ -0,0 +1,4 @@ +#put card customizations here (change top and higgs mass for example) +set param_card mass 6 172.5 +set param_card yukawa 6 172.5 +set param_card mass 25 125.0 diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_proc_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_proc_card.dat new file mode 100644 index 000000000000..b22881b98f2b --- /dev/null +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_proc_card.dat @@ -0,0 +1,9 @@ +set group_subprocesses Auto +set ignore_six_quark_processes False +set loop_color_flows False +set gauge unitary +set complex_mass_scheme False +set max_npoint_for_channel 0 +import model sm-no_b_mass +generate p p > t t~ z b b~ +output TTZ2b_5f_LO -nojpeg diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_run_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_run_card.dat new file mode 100644 index 000000000000..bbafbebf1cf1 --- /dev/null +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_run_card.dat @@ -0,0 +1,275 @@ +#********************************************************************* +# MadGraph5_aMC@NLO * +# * +# run_card.dat MadEvent * +# * +# This file is used to set the parameters of the run. * +# * +# Some notation/conventions: * +# * +# Lines starting with a '# ' are info or comments * +# * +# mind the format: value = variable ! comment * +#********************************************************************* +# +#******************* +# Running parameters +#******************* +# +#********************************************************************* +# Tag name for the run (one word) * +#********************************************************************* + tag_1 = run_tag ! name of the run +#********************************************************************* +# Run to generate the grid pack * +#********************************************************************* + .false. = gridpack !True = setting up the grid pack +#********************************************************************* +# Number of events and rnd seed * +# Warning: Do not generate more than 1M events in a single run * +# If you want to run Pythia, avoid more than 50k events in a run. * +#********************************************************************* + 10000 = nevents ! Number of unweighted events requested + 0 = iseed ! rnd seed (0=assigned automatically=default)) +#********************************************************************* +# Collider type and energy * +# lpp: 0=No PDF, 1=proton, -1=antiproton, 2=photon from proton, * +# 3=photon from electron * +#********************************************************************* + 1 = lpp1 ! beam 1 type + 1 = lpp2 ! beam 2 type + 6800.0 = ebeam1 ! beam 1 total energy in GeV + 6800.0 = ebeam2 ! beam 2 total energy in GeV +#********************************************************************* +# Beam polarization from -100 (left-handed) to 100 (right-handed) * +#********************************************************************* + 0.0 = polbeam1 ! beam polarization for beam 1 + 0.0 = polbeam2 ! beam polarization for beam 2 +#********************************************************************* +# PDF CHOICE: this automatically fixes also alpha_s and its evol. * +#********************************************************************* + lhapdf = pdlabel ! PDF set +$DEFAULT_PDF_SETS = lhaid +$DEFAULT_PDF_MEMBERS = reweight_PDF ! if pdlabel=lhapdf, this is the lhapdf number +#********************************************************************* +# Renormalization and factorization scales * +#********************************************************************* + .false. = fixed_ren_scale ! if .true. use fixed ren scale + .false. = fixed_fac_scale ! if .true. use fixed fac scale + 91.188 = scale ! fixed ren scale + 91.188 = dsqrt_q2fact1 ! fixed fact scale for pdf1 + 91.188 = dsqrt_q2fact2 ! fixed fact scale for pdf2 + -1 = dynamical_scale_choice ! Choose one of the preselected dynamical choices + 1.0 = scalefact ! scale factor for event-by-event scales +#********************************************************************* +# Time of flight information. (-1 means not run) +#********************************************************************* + -1.0 = time_of_flight ! threshold below which info is not written +#********************************************************************* +# Matching - Warning! ickkw > 1 is still beta +#********************************************************************* + 0 = ickkw ! 0 no matching, 1 MLM, 2 CKKW matching + 1 = highestmult ! for ickkw=2, highest mult group + 1 = ktscheme ! for ickkw=1, 1 Durham kT, 2 Pythia pTE + 1.0 = alpsfact ! scale factor for QCD emission vx + .false. = chcluster ! cluster only according to channel diag + T = pdfwgt ! for ickkw=1, perform pdf reweighting + 5 = asrwgtflavor ! highest quark flavor for a_s reweight + .true. = clusinfo ! include clustering tag in output + 3.0 = lhe_version ! Change the way clustering information pass to shower. +#********************************************************************* +#********************************************************** +# +#********************************************************** +# Automatic ptj and mjj cuts if xqcut > 0 +# (turn off for VBF and single top processes) +#********************************************************** + .true. = auto_ptj_mjj ! Automatic setting of ptj and mjj +#********************************************************** +# +#********************************** +# BW cutoff (M+/-bwcutoff*Gamma) +#********************************** + 15.0 = bwcutoff ! (M+/-bwcutoff*Gamma) +#********************************************************** +# Apply pt/E/eta/dr/mij/kt_durham cuts on decay products or not +# (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply) +#************************************************************* + .false. = cut_decays ! Cut decay products +#************************************************************* +# Number of helicities to sum per event (0 = all helicities) +# 0 gives more stable result, but longer run time (needed for +# long decay chains e.g.). +# Use >=2 if most helicities contribute, e.g. pure QCD. +#************************************************************* + 0 = nhel ! Number of helicities used per event +#******************* +# Standard Cuts +#******************* +# +#********************************************************************* +# Minimum and maximum pt's (for max, -1 means no cut) * +#********************************************************************* + 0.01 = ptj ! minimum pt for the jets + 0.0 = ptb ! minimum pt for the b + 0.0 = pta ! minimum pt for the photons + 0.0 = ptl ! minimum pt for the charged leptons + 0.0 = misset ! minimum missing Et (sum of neutrino's momenta) + 0.0 = ptheavy ! minimum pt for one heavy final state + -1.0 = ptjmax ! maximum pt for the jets + -1.0 = ptbmax ! maximum pt for the b + -1.0 = ptamax ! maximum pt for the photons + -1.0 = ptlmax ! maximum pt for the charged leptons + -1.0 = missetmax ! maximum missing Et (sum of neutrino's momenta) +#********************************************************************* +# Minimum and maximum E's (in the center of mass frame) * +#********************************************************************* + 0.0 = ej ! minimum E for the jets + 0.0 = eb ! minimum E for the b + 0.0 = ea ! minimum E for the photons + 0.0 = el ! minimum E for the charged leptons + -1.0 = ejmax ! maximum E for the jets + -1.0 = ebmax ! maximum E for the b + -1.0 = eamax ! maximum E for the photons + -1.0 = elmax ! maximum E for the charged leptons +#********************************************************************* +# Maximum and minimum absolute rapidity (for max, -1 means no cut) * +#********************************************************************* + 5.0 = etaj ! max rap for the jets + -1.0 = etab ! max rap for the b + -1.0 = etaa ! max rap for the photons + -1.0 = etal ! max rap for the charged leptons + 0.0 = etajmin ! min rap for the jets + 0.0 = etabmin ! min rap for the b + 0.0 = etaamin ! min rap for the photons + 0.0 = etalmin ! main rap for the charged leptons +#********************************************************************* +# Minimum and maximum DeltaR distance * +#********************************************************************* + 0.0 = drjj ! min distance between jets + 0.0 = drbb ! min distance between b's + 0.0 = drll ! min distance between leptons + 0.0 = draa ! min distance between gammas + 0.0 = drbj ! min distance between b and jet + 0.1 = draj ! min distance between gamma and jet + 0.0 = drjl ! min distance between jet and lepton + 0.0 = drab ! min distance between gamma and b + 0.0 = drbl ! min distance between b and lepton + 0.1 = dral ! min distance between gamma and lepton + -1.0 = drjjmax ! max distance between jets + -1.0 = drbbmax ! max distance between b's + -1.0 = drllmax ! max distance between leptons + -1.0 = draamax ! max distance between gammas + -1.0 = drbjmax ! max distance between b and jet + -1.0 = drajmax ! max distance between gamma and jet + -1.0 = drjlmax ! max distance between jet and lepton + -1.0 = drabmax ! max distance between gamma and b + -1.0 = drblmax ! max distance between b and lepton + -1.0 = dralmax ! maxdistance between gamma and lepton +#********************************************************************* +# Minimum and maximum invariant mass for pairs * +# WARNING: for four lepton final state mmll cut require to have * +# different lepton masses for each flavor! * +#********************************************************************* + 0.0 = mmjj ! min invariant mass of a jet pair + 0.0 = mmbb ! min invariant mass of a b pair + 0.0 = mmaa ! min invariant mass of gamma gamma pair + 4.0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair + -1.0 = mmjjmax ! max invariant mass of a jet pair + -1.0 = mmbbmax ! max invariant mass of a b pair + -1.0 = mmaamax ! max invariant mass of gamma gamma pair + -1.0 = mmllmax ! max invariant mass of l+l- (same flavour) lepton pair +#********************************************************************* +# Minimum and maximum invariant mass for all letpons * +#********************************************************************* + 0.0 = mmnl ! min invariant mass for all letpons (l+- and vl) + -1.0 = mmnlmax ! max invariant mass for all letpons (l+- and vl) +#********************************************************************* +# Minimum and maximum pt for 4-momenta sum of leptons * +#********************************************************************* + 0.0 = ptllmin ! Minimum pt for 4-momenta sum of leptons(l and vl) + -1.0 = ptllmax ! Maximum pt for 4-momenta sum of leptons(l and vl) +#********************************************************************* +# Inclusive cuts * +#********************************************************************* + 0.0 = xptj ! minimum pt for at least one jet + 0.0 = xptb ! minimum pt for at least one b + 0.0 = xpta ! minimum pt for at least one photon + 0.0 = xptl ! minimum pt for at least one charged lepton +#********************************************************************* +# Control the pt's of the jets sorted by pt * +#********************************************************************* + 0.0 = ptj1min ! minimum pt for the leading jet in pt + 0.0 = ptj2min ! minimum pt for the second jet in pt + 0.0 = ptj3min ! minimum pt for the third jet in pt + 0.0 = ptj4min ! minimum pt for the fourth jet in pt + -1.0 = ptj1max ! maximum pt for the leading jet in pt + -1.0 = ptj2max ! maximum pt for the second jet in pt + -1.0 = ptj3max ! maximum pt for the third jet in pt + -1.0 = ptj4max ! maximum pt for the fourth jet in pt + 0 = cutuse ! reject event if fails any (0) / all (1) jet pt cuts +#********************************************************************* +# Control the pt's of leptons sorted by pt * +#********************************************************************* + 0.0 = ptl1min ! minimum pt for the leading lepton in pt + 0.0 = ptl2min ! minimum pt for the second lepton in pt + 0.0 = ptl3min ! minimum pt for the third lepton in pt + 0.0 = ptl4min ! minimum pt for the fourth lepton in pt + -1.0 = ptl1max ! maximum pt for the leading lepton in pt + -1.0 = ptl2max ! maximum pt for the second lepton in pt + -1.0 = ptl3max ! maximum pt for the third lepton in pt + -1.0 = ptl4max ! maximum pt for the fourth lepton in pt +#********************************************************************* +# Control the Ht(k)=Sum of k leading jets * +#********************************************************************* + 0.0 = htjmin ! minimum jet HT=Sum(jet pt) + -1.0 = htjmax ! maximum jet HT=Sum(jet pt) + 0.0 = ihtmin !inclusive Ht for all partons (including b) + -1.0 = ihtmax !inclusive Ht for all partons (including b) + 0.0 = ht2min ! minimum Ht for the two leading jets + 0.0 = ht3min ! minimum Ht for the three leading jets + 0.0 = ht4min ! minimum Ht for the four leading jets + -1.0 = ht2max ! maximum Ht for the two leading jets + -1.0 = ht3max ! maximum Ht for the three leading jets + -1.0 = ht4max ! maximum Ht for the four leading jets +#*********************************************************************** +# Photon-isolation cuts, according to hep-ph/9801442 * +# When ptgmin=0, all the other parameters are ignored * +# When ptgmin>0, pta and draj are not going to be used * +#*********************************************************************** + 0.0 = ptgmin ! Min photon transverse momentum + 0.4 = R0gamma ! Radius of isolation code + 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442 + 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442 + True = isoEM ! isolate photons from EM energy (photons and leptons) +#********************************************************************* +# WBF cuts * +#********************************************************************* + 0.0 = xetamin ! minimum rapidity for two jets in the WBF case + 0.0 = deltaeta ! minimum rapidity for two jets in the WBF case +#********************************************************************* +# KT DURHAM CUT * +#********************************************************************* + -1.0 = ktdurham + 0.4 = dparameter + #********************************************************************* +# maximal pdg code for quark to be considered as a light jet * +# (otherwise b cuts are applied) * +#********************************************************************* + 5 = maxjetflavor ! Maximum jet pdg code +#********************************************************************* +# Jet measure cuts * +#********************************************************************* + 0 = xqcut ! minimum kt jet measure between partons +#********************************************************************* +# +#********************************************************************* +# Store info for systematics studies * +# WARNING: If use_syst is T, matched Pythia output is * +# meaningful ONLY if plotted taking matchscale * +# reweighting into account! * +#********************************************************************* + True = use_syst ! Enable systematics studies +# +#************************************** + From 9b614222cdaedfab84e6241726851fb165bf2743 Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Fri, 15 Nov 2024 18:13:04 -0300 Subject: [PATCH 07/13] Delete bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/a --- bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/a | 1 - 1 file changed, 1 deletion(-) delete mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/a diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/a b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/a deleted file mode 100644 index f3229c5b9876..000000000000 --- a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/a +++ /dev/null @@ -1 +0,0 @@ -.. From acec9f6ca8d2811238b25523a1b9fb111a877454 Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Fri, 15 Nov 2024 18:15:46 -0300 Subject: [PATCH 08/13] Delete bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b directory --- .../ttZ2b/TTZ2b_5f_LO_customizecards.dat | 4 - .../13p6TeV/ttZ2b/TTZ2b_5f_LO_proc_card.dat | 9 - .../13p6TeV/ttZ2b/TTZ2b_5f_LO_run_card.dat | 275 ------------------ 3 files changed, 288 deletions(-) delete mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_customizecards.dat delete mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_proc_card.dat delete mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_run_card.dat diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_customizecards.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_customizecards.dat deleted file mode 100644 index d6402c774c04..000000000000 --- a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_customizecards.dat +++ /dev/null @@ -1,4 +0,0 @@ -#put card customizations here (change top and higgs mass for example) -set param_card mass 6 172.5 -set param_card yukawa 6 172.5 -set param_card mass 25 125.0 diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_proc_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_proc_card.dat deleted file mode 100644 index b22881b98f2b..000000000000 --- a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_proc_card.dat +++ /dev/null @@ -1,9 +0,0 @@ -set group_subprocesses Auto -set ignore_six_quark_processes False -set loop_color_flows False -set gauge unitary -set complex_mass_scheme False -set max_npoint_for_channel 0 -import model sm-no_b_mass -generate p p > t t~ z b b~ -output TTZ2b_5f_LO -nojpeg diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_run_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_run_card.dat deleted file mode 100644 index bbafbebf1cf1..000000000000 --- a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/ttZ2b/TTZ2b_5f_LO_run_card.dat +++ /dev/null @@ -1,275 +0,0 @@ -#********************************************************************* -# MadGraph5_aMC@NLO * -# * -# run_card.dat MadEvent * -# * -# This file is used to set the parameters of the run. * -# * -# Some notation/conventions: * -# * -# Lines starting with a '# ' are info or comments * -# * -# mind the format: value = variable ! comment * -#********************************************************************* -# -#******************* -# Running parameters -#******************* -# -#********************************************************************* -# Tag name for the run (one word) * -#********************************************************************* - tag_1 = run_tag ! name of the run -#********************************************************************* -# Run to generate the grid pack * -#********************************************************************* - .false. = gridpack !True = setting up the grid pack -#********************************************************************* -# Number of events and rnd seed * -# Warning: Do not generate more than 1M events in a single run * -# If you want to run Pythia, avoid more than 50k events in a run. * -#********************************************************************* - 10000 = nevents ! Number of unweighted events requested - 0 = iseed ! rnd seed (0=assigned automatically=default)) -#********************************************************************* -# Collider type and energy * -# lpp: 0=No PDF, 1=proton, -1=antiproton, 2=photon from proton, * -# 3=photon from electron * -#********************************************************************* - 1 = lpp1 ! beam 1 type - 1 = lpp2 ! beam 2 type - 6800.0 = ebeam1 ! beam 1 total energy in GeV - 6800.0 = ebeam2 ! beam 2 total energy in GeV -#********************************************************************* -# Beam polarization from -100 (left-handed) to 100 (right-handed) * -#********************************************************************* - 0.0 = polbeam1 ! beam polarization for beam 1 - 0.0 = polbeam2 ! beam polarization for beam 2 -#********************************************************************* -# PDF CHOICE: this automatically fixes also alpha_s and its evol. * -#********************************************************************* - lhapdf = pdlabel ! PDF set -$DEFAULT_PDF_SETS = lhaid -$DEFAULT_PDF_MEMBERS = reweight_PDF ! if pdlabel=lhapdf, this is the lhapdf number -#********************************************************************* -# Renormalization and factorization scales * -#********************************************************************* - .false. = fixed_ren_scale ! if .true. use fixed ren scale - .false. = fixed_fac_scale ! if .true. use fixed fac scale - 91.188 = scale ! fixed ren scale - 91.188 = dsqrt_q2fact1 ! fixed fact scale for pdf1 - 91.188 = dsqrt_q2fact2 ! fixed fact scale for pdf2 - -1 = dynamical_scale_choice ! Choose one of the preselected dynamical choices - 1.0 = scalefact ! scale factor for event-by-event scales -#********************************************************************* -# Time of flight information. (-1 means not run) -#********************************************************************* - -1.0 = time_of_flight ! threshold below which info is not written -#********************************************************************* -# Matching - Warning! ickkw > 1 is still beta -#********************************************************************* - 0 = ickkw ! 0 no matching, 1 MLM, 2 CKKW matching - 1 = highestmult ! for ickkw=2, highest mult group - 1 = ktscheme ! for ickkw=1, 1 Durham kT, 2 Pythia pTE - 1.0 = alpsfact ! scale factor for QCD emission vx - .false. = chcluster ! cluster only according to channel diag - T = pdfwgt ! for ickkw=1, perform pdf reweighting - 5 = asrwgtflavor ! highest quark flavor for a_s reweight - .true. = clusinfo ! include clustering tag in output - 3.0 = lhe_version ! Change the way clustering information pass to shower. -#********************************************************************* -#********************************************************** -# -#********************************************************** -# Automatic ptj and mjj cuts if xqcut > 0 -# (turn off for VBF and single top processes) -#********************************************************** - .true. = auto_ptj_mjj ! Automatic setting of ptj and mjj -#********************************************************** -# -#********************************** -# BW cutoff (M+/-bwcutoff*Gamma) -#********************************** - 15.0 = bwcutoff ! (M+/-bwcutoff*Gamma) -#********************************************************** -# Apply pt/E/eta/dr/mij/kt_durham cuts on decay products or not -# (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply) -#************************************************************* - .false. = cut_decays ! Cut decay products -#************************************************************* -# Number of helicities to sum per event (0 = all helicities) -# 0 gives more stable result, but longer run time (needed for -# long decay chains e.g.). -# Use >=2 if most helicities contribute, e.g. pure QCD. -#************************************************************* - 0 = nhel ! Number of helicities used per event -#******************* -# Standard Cuts -#******************* -# -#********************************************************************* -# Minimum and maximum pt's (for max, -1 means no cut) * -#********************************************************************* - 0.01 = ptj ! minimum pt for the jets - 0.0 = ptb ! minimum pt for the b - 0.0 = pta ! minimum pt for the photons - 0.0 = ptl ! minimum pt for the charged leptons - 0.0 = misset ! minimum missing Et (sum of neutrino's momenta) - 0.0 = ptheavy ! minimum pt for one heavy final state - -1.0 = ptjmax ! maximum pt for the jets - -1.0 = ptbmax ! maximum pt for the b - -1.0 = ptamax ! maximum pt for the photons - -1.0 = ptlmax ! maximum pt for the charged leptons - -1.0 = missetmax ! maximum missing Et (sum of neutrino's momenta) -#********************************************************************* -# Minimum and maximum E's (in the center of mass frame) * -#********************************************************************* - 0.0 = ej ! minimum E for the jets - 0.0 = eb ! minimum E for the b - 0.0 = ea ! minimum E for the photons - 0.0 = el ! minimum E for the charged leptons - -1.0 = ejmax ! maximum E for the jets - -1.0 = ebmax ! maximum E for the b - -1.0 = eamax ! maximum E for the photons - -1.0 = elmax ! maximum E for the charged leptons -#********************************************************************* -# Maximum and minimum absolute rapidity (for max, -1 means no cut) * -#********************************************************************* - 5.0 = etaj ! max rap for the jets - -1.0 = etab ! max rap for the b - -1.0 = etaa ! max rap for the photons - -1.0 = etal ! max rap for the charged leptons - 0.0 = etajmin ! min rap for the jets - 0.0 = etabmin ! min rap for the b - 0.0 = etaamin ! min rap for the photons - 0.0 = etalmin ! main rap for the charged leptons -#********************************************************************* -# Minimum and maximum DeltaR distance * -#********************************************************************* - 0.0 = drjj ! min distance between jets - 0.0 = drbb ! min distance between b's - 0.0 = drll ! min distance between leptons - 0.0 = draa ! min distance between gammas - 0.0 = drbj ! min distance between b and jet - 0.1 = draj ! min distance between gamma and jet - 0.0 = drjl ! min distance between jet and lepton - 0.0 = drab ! min distance between gamma and b - 0.0 = drbl ! min distance between b and lepton - 0.1 = dral ! min distance between gamma and lepton - -1.0 = drjjmax ! max distance between jets - -1.0 = drbbmax ! max distance between b's - -1.0 = drllmax ! max distance between leptons - -1.0 = draamax ! max distance between gammas - -1.0 = drbjmax ! max distance between b and jet - -1.0 = drajmax ! max distance between gamma and jet - -1.0 = drjlmax ! max distance between jet and lepton - -1.0 = drabmax ! max distance between gamma and b - -1.0 = drblmax ! max distance between b and lepton - -1.0 = dralmax ! maxdistance between gamma and lepton -#********************************************************************* -# Minimum and maximum invariant mass for pairs * -# WARNING: for four lepton final state mmll cut require to have * -# different lepton masses for each flavor! * -#********************************************************************* - 0.0 = mmjj ! min invariant mass of a jet pair - 0.0 = mmbb ! min invariant mass of a b pair - 0.0 = mmaa ! min invariant mass of gamma gamma pair - 4.0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair - -1.0 = mmjjmax ! max invariant mass of a jet pair - -1.0 = mmbbmax ! max invariant mass of a b pair - -1.0 = mmaamax ! max invariant mass of gamma gamma pair - -1.0 = mmllmax ! max invariant mass of l+l- (same flavour) lepton pair -#********************************************************************* -# Minimum and maximum invariant mass for all letpons * -#********************************************************************* - 0.0 = mmnl ! min invariant mass for all letpons (l+- and vl) - -1.0 = mmnlmax ! max invariant mass for all letpons (l+- and vl) -#********************************************************************* -# Minimum and maximum pt for 4-momenta sum of leptons * -#********************************************************************* - 0.0 = ptllmin ! Minimum pt for 4-momenta sum of leptons(l and vl) - -1.0 = ptllmax ! Maximum pt for 4-momenta sum of leptons(l and vl) -#********************************************************************* -# Inclusive cuts * -#********************************************************************* - 0.0 = xptj ! minimum pt for at least one jet - 0.0 = xptb ! minimum pt for at least one b - 0.0 = xpta ! minimum pt for at least one photon - 0.0 = xptl ! minimum pt for at least one charged lepton -#********************************************************************* -# Control the pt's of the jets sorted by pt * -#********************************************************************* - 0.0 = ptj1min ! minimum pt for the leading jet in pt - 0.0 = ptj2min ! minimum pt for the second jet in pt - 0.0 = ptj3min ! minimum pt for the third jet in pt - 0.0 = ptj4min ! minimum pt for the fourth jet in pt - -1.0 = ptj1max ! maximum pt for the leading jet in pt - -1.0 = ptj2max ! maximum pt for the second jet in pt - -1.0 = ptj3max ! maximum pt for the third jet in pt - -1.0 = ptj4max ! maximum pt for the fourth jet in pt - 0 = cutuse ! reject event if fails any (0) / all (1) jet pt cuts -#********************************************************************* -# Control the pt's of leptons sorted by pt * -#********************************************************************* - 0.0 = ptl1min ! minimum pt for the leading lepton in pt - 0.0 = ptl2min ! minimum pt for the second lepton in pt - 0.0 = ptl3min ! minimum pt for the third lepton in pt - 0.0 = ptl4min ! minimum pt for the fourth lepton in pt - -1.0 = ptl1max ! maximum pt for the leading lepton in pt - -1.0 = ptl2max ! maximum pt for the second lepton in pt - -1.0 = ptl3max ! maximum pt for the third lepton in pt - -1.0 = ptl4max ! maximum pt for the fourth lepton in pt -#********************************************************************* -# Control the Ht(k)=Sum of k leading jets * -#********************************************************************* - 0.0 = htjmin ! minimum jet HT=Sum(jet pt) - -1.0 = htjmax ! maximum jet HT=Sum(jet pt) - 0.0 = ihtmin !inclusive Ht for all partons (including b) - -1.0 = ihtmax !inclusive Ht for all partons (including b) - 0.0 = ht2min ! minimum Ht for the two leading jets - 0.0 = ht3min ! minimum Ht for the three leading jets - 0.0 = ht4min ! minimum Ht for the four leading jets - -1.0 = ht2max ! maximum Ht for the two leading jets - -1.0 = ht3max ! maximum Ht for the three leading jets - -1.0 = ht4max ! maximum Ht for the four leading jets -#*********************************************************************** -# Photon-isolation cuts, according to hep-ph/9801442 * -# When ptgmin=0, all the other parameters are ignored * -# When ptgmin>0, pta and draj are not going to be used * -#*********************************************************************** - 0.0 = ptgmin ! Min photon transverse momentum - 0.4 = R0gamma ! Radius of isolation code - 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442 - 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442 - True = isoEM ! isolate photons from EM energy (photons and leptons) -#********************************************************************* -# WBF cuts * -#********************************************************************* - 0.0 = xetamin ! minimum rapidity for two jets in the WBF case - 0.0 = deltaeta ! minimum rapidity for two jets in the WBF case -#********************************************************************* -# KT DURHAM CUT * -#********************************************************************* - -1.0 = ktdurham - 0.4 = dparameter - #********************************************************************* -# maximal pdg code for quark to be considered as a light jet * -# (otherwise b cuts are applied) * -#********************************************************************* - 5 = maxjetflavor ! Maximum jet pdg code -#********************************************************************* -# Jet measure cuts * -#********************************************************************* - 0 = xqcut ! minimum kt jet measure between partons -#********************************************************************* -# -#********************************************************************* -# Store info for systematics studies * -# WARNING: If use_syst is T, matched Pythia output is * -# meaningful ONLY if plotted taking matchscale * -# reweighting into account! * -#********************************************************************* - True = use_syst ! Enable systematics studies -# -#************************************** - From 22b1ace53e11beee29cb35a16487bd2c76a6853d Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Fri, 15 Nov 2024 18:16:23 -0300 Subject: [PATCH 09/13] Create a --- bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a | 1 + 1 file changed, 1 insertion(+) create mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a @@ -0,0 +1 @@ + From 401d6f4a51bc4fbf5de9d0eda757601c4442b5b7 Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Fri, 15 Nov 2024 18:16:48 -0300 Subject: [PATCH 10/13] Delete bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a --- bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a | 1 - 1 file changed, 1 deletion(-) delete mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a deleted file mode 100644 index 8b137891791f..000000000000 --- a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a +++ /dev/null @@ -1 +0,0 @@ - From e58bcf30868b4ffc408a415a97722b42104b7f94 Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Fri, 15 Nov 2024 18:17:56 -0300 Subject: [PATCH 11/13] Create a --- bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a | 1 + 1 file changed, 1 insertion(+) create mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a @@ -0,0 +1 @@ + From 9dc809ce79f1377b61c3a4ed256b695565b198d4 Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Fri, 15 Nov 2024 18:18:31 -0300 Subject: [PATCH 12/13] Add files via upload --- .../TTZ2b_5f_LO_customizecards.dat | 4 + .../TTZ2b_5f_LO/TTZ2b_5f_LO_proc_card.dat | 9 + .../TTZ2b_5f_LO/TTZ2b_5f_LO_run_card.dat | 275 ++++++++++++++++++ 3 files changed, 288 insertions(+) create mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_customizecards.dat create mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_proc_card.dat create mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_run_card.dat diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_customizecards.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_customizecards.dat new file mode 100644 index 000000000000..d6402c774c04 --- /dev/null +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_customizecards.dat @@ -0,0 +1,4 @@ +#put card customizations here (change top and higgs mass for example) +set param_card mass 6 172.5 +set param_card yukawa 6 172.5 +set param_card mass 25 125.0 diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_proc_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_proc_card.dat new file mode 100644 index 000000000000..b22881b98f2b --- /dev/null +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_proc_card.dat @@ -0,0 +1,9 @@ +set group_subprocesses Auto +set ignore_six_quark_processes False +set loop_color_flows False +set gauge unitary +set complex_mass_scheme False +set max_npoint_for_channel 0 +import model sm-no_b_mass +generate p p > t t~ z b b~ +output TTZ2b_5f_LO -nojpeg diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_run_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_run_card.dat new file mode 100644 index 000000000000..bbafbebf1cf1 --- /dev/null +++ b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/TTZ2b_5f_LO_run_card.dat @@ -0,0 +1,275 @@ +#********************************************************************* +# MadGraph5_aMC@NLO * +# * +# run_card.dat MadEvent * +# * +# This file is used to set the parameters of the run. * +# * +# Some notation/conventions: * +# * +# Lines starting with a '# ' are info or comments * +# * +# mind the format: value = variable ! comment * +#********************************************************************* +# +#******************* +# Running parameters +#******************* +# +#********************************************************************* +# Tag name for the run (one word) * +#********************************************************************* + tag_1 = run_tag ! name of the run +#********************************************************************* +# Run to generate the grid pack * +#********************************************************************* + .false. = gridpack !True = setting up the grid pack +#********************************************************************* +# Number of events and rnd seed * +# Warning: Do not generate more than 1M events in a single run * +# If you want to run Pythia, avoid more than 50k events in a run. * +#********************************************************************* + 10000 = nevents ! Number of unweighted events requested + 0 = iseed ! rnd seed (0=assigned automatically=default)) +#********************************************************************* +# Collider type and energy * +# lpp: 0=No PDF, 1=proton, -1=antiproton, 2=photon from proton, * +# 3=photon from electron * +#********************************************************************* + 1 = lpp1 ! beam 1 type + 1 = lpp2 ! beam 2 type + 6800.0 = ebeam1 ! beam 1 total energy in GeV + 6800.0 = ebeam2 ! beam 2 total energy in GeV +#********************************************************************* +# Beam polarization from -100 (left-handed) to 100 (right-handed) * +#********************************************************************* + 0.0 = polbeam1 ! beam polarization for beam 1 + 0.0 = polbeam2 ! beam polarization for beam 2 +#********************************************************************* +# PDF CHOICE: this automatically fixes also alpha_s and its evol. * +#********************************************************************* + lhapdf = pdlabel ! PDF set +$DEFAULT_PDF_SETS = lhaid +$DEFAULT_PDF_MEMBERS = reweight_PDF ! if pdlabel=lhapdf, this is the lhapdf number +#********************************************************************* +# Renormalization and factorization scales * +#********************************************************************* + .false. = fixed_ren_scale ! if .true. use fixed ren scale + .false. = fixed_fac_scale ! if .true. use fixed fac scale + 91.188 = scale ! fixed ren scale + 91.188 = dsqrt_q2fact1 ! fixed fact scale for pdf1 + 91.188 = dsqrt_q2fact2 ! fixed fact scale for pdf2 + -1 = dynamical_scale_choice ! Choose one of the preselected dynamical choices + 1.0 = scalefact ! scale factor for event-by-event scales +#********************************************************************* +# Time of flight information. (-1 means not run) +#********************************************************************* + -1.0 = time_of_flight ! threshold below which info is not written +#********************************************************************* +# Matching - Warning! ickkw > 1 is still beta +#********************************************************************* + 0 = ickkw ! 0 no matching, 1 MLM, 2 CKKW matching + 1 = highestmult ! for ickkw=2, highest mult group + 1 = ktscheme ! for ickkw=1, 1 Durham kT, 2 Pythia pTE + 1.0 = alpsfact ! scale factor for QCD emission vx + .false. = chcluster ! cluster only according to channel diag + T = pdfwgt ! for ickkw=1, perform pdf reweighting + 5 = asrwgtflavor ! highest quark flavor for a_s reweight + .true. = clusinfo ! include clustering tag in output + 3.0 = lhe_version ! Change the way clustering information pass to shower. +#********************************************************************* +#********************************************************** +# +#********************************************************** +# Automatic ptj and mjj cuts if xqcut > 0 +# (turn off for VBF and single top processes) +#********************************************************** + .true. = auto_ptj_mjj ! Automatic setting of ptj and mjj +#********************************************************** +# +#********************************** +# BW cutoff (M+/-bwcutoff*Gamma) +#********************************** + 15.0 = bwcutoff ! (M+/-bwcutoff*Gamma) +#********************************************************** +# Apply pt/E/eta/dr/mij/kt_durham cuts on decay products or not +# (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply) +#************************************************************* + .false. = cut_decays ! Cut decay products +#************************************************************* +# Number of helicities to sum per event (0 = all helicities) +# 0 gives more stable result, but longer run time (needed for +# long decay chains e.g.). +# Use >=2 if most helicities contribute, e.g. pure QCD. +#************************************************************* + 0 = nhel ! Number of helicities used per event +#******************* +# Standard Cuts +#******************* +# +#********************************************************************* +# Minimum and maximum pt's (for max, -1 means no cut) * +#********************************************************************* + 0.01 = ptj ! minimum pt for the jets + 0.0 = ptb ! minimum pt for the b + 0.0 = pta ! minimum pt for the photons + 0.0 = ptl ! minimum pt for the charged leptons + 0.0 = misset ! minimum missing Et (sum of neutrino's momenta) + 0.0 = ptheavy ! minimum pt for one heavy final state + -1.0 = ptjmax ! maximum pt for the jets + -1.0 = ptbmax ! maximum pt for the b + -1.0 = ptamax ! maximum pt for the photons + -1.0 = ptlmax ! maximum pt for the charged leptons + -1.0 = missetmax ! maximum missing Et (sum of neutrino's momenta) +#********************************************************************* +# Minimum and maximum E's (in the center of mass frame) * +#********************************************************************* + 0.0 = ej ! minimum E for the jets + 0.0 = eb ! minimum E for the b + 0.0 = ea ! minimum E for the photons + 0.0 = el ! minimum E for the charged leptons + -1.0 = ejmax ! maximum E for the jets + -1.0 = ebmax ! maximum E for the b + -1.0 = eamax ! maximum E for the photons + -1.0 = elmax ! maximum E for the charged leptons +#********************************************************************* +# Maximum and minimum absolute rapidity (for max, -1 means no cut) * +#********************************************************************* + 5.0 = etaj ! max rap for the jets + -1.0 = etab ! max rap for the b + -1.0 = etaa ! max rap for the photons + -1.0 = etal ! max rap for the charged leptons + 0.0 = etajmin ! min rap for the jets + 0.0 = etabmin ! min rap for the b + 0.0 = etaamin ! min rap for the photons + 0.0 = etalmin ! main rap for the charged leptons +#********************************************************************* +# Minimum and maximum DeltaR distance * +#********************************************************************* + 0.0 = drjj ! min distance between jets + 0.0 = drbb ! min distance between b's + 0.0 = drll ! min distance between leptons + 0.0 = draa ! min distance between gammas + 0.0 = drbj ! min distance between b and jet + 0.1 = draj ! min distance between gamma and jet + 0.0 = drjl ! min distance between jet and lepton + 0.0 = drab ! min distance between gamma and b + 0.0 = drbl ! min distance between b and lepton + 0.1 = dral ! min distance between gamma and lepton + -1.0 = drjjmax ! max distance between jets + -1.0 = drbbmax ! max distance between b's + -1.0 = drllmax ! max distance between leptons + -1.0 = draamax ! max distance between gammas + -1.0 = drbjmax ! max distance between b and jet + -1.0 = drajmax ! max distance between gamma and jet + -1.0 = drjlmax ! max distance between jet and lepton + -1.0 = drabmax ! max distance between gamma and b + -1.0 = drblmax ! max distance between b and lepton + -1.0 = dralmax ! maxdistance between gamma and lepton +#********************************************************************* +# Minimum and maximum invariant mass for pairs * +# WARNING: for four lepton final state mmll cut require to have * +# different lepton masses for each flavor! * +#********************************************************************* + 0.0 = mmjj ! min invariant mass of a jet pair + 0.0 = mmbb ! min invariant mass of a b pair + 0.0 = mmaa ! min invariant mass of gamma gamma pair + 4.0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair + -1.0 = mmjjmax ! max invariant mass of a jet pair + -1.0 = mmbbmax ! max invariant mass of a b pair + -1.0 = mmaamax ! max invariant mass of gamma gamma pair + -1.0 = mmllmax ! max invariant mass of l+l- (same flavour) lepton pair +#********************************************************************* +# Minimum and maximum invariant mass for all letpons * +#********************************************************************* + 0.0 = mmnl ! min invariant mass for all letpons (l+- and vl) + -1.0 = mmnlmax ! max invariant mass for all letpons (l+- and vl) +#********************************************************************* +# Minimum and maximum pt for 4-momenta sum of leptons * +#********************************************************************* + 0.0 = ptllmin ! Minimum pt for 4-momenta sum of leptons(l and vl) + -1.0 = ptllmax ! Maximum pt for 4-momenta sum of leptons(l and vl) +#********************************************************************* +# Inclusive cuts * +#********************************************************************* + 0.0 = xptj ! minimum pt for at least one jet + 0.0 = xptb ! minimum pt for at least one b + 0.0 = xpta ! minimum pt for at least one photon + 0.0 = xptl ! minimum pt for at least one charged lepton +#********************************************************************* +# Control the pt's of the jets sorted by pt * +#********************************************************************* + 0.0 = ptj1min ! minimum pt for the leading jet in pt + 0.0 = ptj2min ! minimum pt for the second jet in pt + 0.0 = ptj3min ! minimum pt for the third jet in pt + 0.0 = ptj4min ! minimum pt for the fourth jet in pt + -1.0 = ptj1max ! maximum pt for the leading jet in pt + -1.0 = ptj2max ! maximum pt for the second jet in pt + -1.0 = ptj3max ! maximum pt for the third jet in pt + -1.0 = ptj4max ! maximum pt for the fourth jet in pt + 0 = cutuse ! reject event if fails any (0) / all (1) jet pt cuts +#********************************************************************* +# Control the pt's of leptons sorted by pt * +#********************************************************************* + 0.0 = ptl1min ! minimum pt for the leading lepton in pt + 0.0 = ptl2min ! minimum pt for the second lepton in pt + 0.0 = ptl3min ! minimum pt for the third lepton in pt + 0.0 = ptl4min ! minimum pt for the fourth lepton in pt + -1.0 = ptl1max ! maximum pt for the leading lepton in pt + -1.0 = ptl2max ! maximum pt for the second lepton in pt + -1.0 = ptl3max ! maximum pt for the third lepton in pt + -1.0 = ptl4max ! maximum pt for the fourth lepton in pt +#********************************************************************* +# Control the Ht(k)=Sum of k leading jets * +#********************************************************************* + 0.0 = htjmin ! minimum jet HT=Sum(jet pt) + -1.0 = htjmax ! maximum jet HT=Sum(jet pt) + 0.0 = ihtmin !inclusive Ht for all partons (including b) + -1.0 = ihtmax !inclusive Ht for all partons (including b) + 0.0 = ht2min ! minimum Ht for the two leading jets + 0.0 = ht3min ! minimum Ht for the three leading jets + 0.0 = ht4min ! minimum Ht for the four leading jets + -1.0 = ht2max ! maximum Ht for the two leading jets + -1.0 = ht3max ! maximum Ht for the three leading jets + -1.0 = ht4max ! maximum Ht for the four leading jets +#*********************************************************************** +# Photon-isolation cuts, according to hep-ph/9801442 * +# When ptgmin=0, all the other parameters are ignored * +# When ptgmin>0, pta and draj are not going to be used * +#*********************************************************************** + 0.0 = ptgmin ! Min photon transverse momentum + 0.4 = R0gamma ! Radius of isolation code + 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442 + 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442 + True = isoEM ! isolate photons from EM energy (photons and leptons) +#********************************************************************* +# WBF cuts * +#********************************************************************* + 0.0 = xetamin ! minimum rapidity for two jets in the WBF case + 0.0 = deltaeta ! minimum rapidity for two jets in the WBF case +#********************************************************************* +# KT DURHAM CUT * +#********************************************************************* + -1.0 = ktdurham + 0.4 = dparameter + #********************************************************************* +# maximal pdg code for quark to be considered as a light jet * +# (otherwise b cuts are applied) * +#********************************************************************* + 5 = maxjetflavor ! Maximum jet pdg code +#********************************************************************* +# Jet measure cuts * +#********************************************************************* + 0 = xqcut ! minimum kt jet measure between partons +#********************************************************************* +# +#********************************************************************* +# Store info for systematics studies * +# WARNING: If use_syst is T, matched Pythia output is * +# meaningful ONLY if plotted taking matchscale * +# reweighting into account! * +#********************************************************************* + True = use_syst ! Enable systematics studies +# +#************************************** + From 55ca379b33a36e056539453dd51f2d6d99ca445e Mon Sep 17 00:00:00 2001 From: "Gabriel V. Vian" Date: Fri, 15 Nov 2024 18:20:15 -0300 Subject: [PATCH 13/13] Delete bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a --- bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a | 1 - 1 file changed, 1 deletion(-) delete mode 100644 bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a b/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a deleted file mode 100644 index 8b137891791f..000000000000 --- a/bin/MadGraph5_aMCatNLO/cards/production/13p6TeV/TTZ2b_5f_LO/a +++ /dev/null @@ -1 +0,0 @@ -