From 0a7a347fbf3436a1743ee0fa427d2f2e9bc27068 Mon Sep 17 00:00:00 2001 From: Adeik <15350389+vrbouza@users.noreply.github.com> Date: Fri, 25 Feb 2022 13:00:05 +0100 Subject: [PATCH 1/3] Fixed error in FCNC with photon samples. Added also explicitly False = pdfwgt and eht event_norm parameter. --- .../TA_Tleptonic_kappa_act_LO_run_card.dat | 2 ++ .../13TeV/TT_FCNC/createFCNCcards.py | 20 ++++--------------- .../13TeV/TT_FCNC/orig_cards/run_card.dat | 2 ++ 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/TA_Tleptonic_kappa_act_LO/TA_Tleptonic_kappa_act_LO_run_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/TA_Tleptonic_kappa_act_LO/TA_Tleptonic_kappa_act_LO_run_card.dat index 2c3dbde2bb74..c2e78c3923f1 100644 --- a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/TA_Tleptonic_kappa_act_LO/TA_Tleptonic_kappa_act_LO_run_card.dat +++ b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/TA_Tleptonic_kappa_act_LO/TA_Tleptonic_kappa_act_LO_run_card.dat @@ -16,6 +16,8 @@ # Running parameters #******************* # +average = event_norm ! valid settings: average, sum, bias +False = pdfwgt #********************************************************************* # Tag name for the run (one word) * #********************************************************************* diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/createFCNCcards.py b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/createFCNCcards.py index 914ac16f581c..fd37ec66f853 100644 --- a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/createFCNCcards.py +++ b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/createFCNCcards.py @@ -18,10 +18,7 @@ "TT_FCNC-aT2AJ_Tleptonic_kappa_act_LO": {"TOPDECAY" : "t > w+ b, w+ > l+ vl NP=0", "ANTITOPDECAY": "t~ > a c~ NP=1", "param_card" : models["kappa_act"], - "run_card" : {"0.0 = ptj": "20.0 = ptj", - "0.0 = pta": "20.0 = pta", - "0.0 = ptl": "20.0 = ptl", - "5.0 = etaa": "3.0 = etaa", + "run_card" : {"5.0 = etaa": "3.0 = etaa", "5.0 = etal": "3.0 = etal", }, "run_card_extra" : """#********************************************************************* @@ -36,10 +33,7 @@ "TT_FCNC-aT2AJ_Tleptonic_kappa_aut_LO": {"TOPDECAY" : "t > w+ b, w+ > l+ vl NP=0", "ANTITOPDECAY": "t~ > a u~ NP=1", "param_card" : models["kappa_aut"], - "run_card" : {"0.0 = ptj": "20.0 = ptj", - "0.0 = pta": "20.0 = pta", - "0.0 = ptl": "20.0 = ptl", - "5.0 = etaa": "3.0 = etaa", + "run_card" : {"5.0 = etaa": "3.0 = etaa", "5.0 = etal": "3.0 = etal", }, "run_card_extra" : """#********************************************************************* @@ -54,10 +48,7 @@ "TT_FCNC-T2AJ_aTleptonic_kappa_act_LO": {"TOPDECAY" : "t > a c NP=1", "ANTITOPDECAY": "t~ > w- b~, w- > l- vl~ NP=0", "param_card" : models["kappa_act"], - "run_card" : {"0.0 = ptj": "20.0 = ptj", - "0.0 = pta": "20.0 = pta", - "0.0 = ptl": "20.0 = ptl", - "5.0 = etaa": "3.0 = etaa", + "run_card" : {"5.0 = etaa": "3.0 = etaa", "5.0 = etal": "3.0 = etal", }, "run_card_extra" : """#********************************************************************* @@ -73,10 +64,7 @@ "ANTITOPDECAY": "t~ > w- b~, w- > l- vl~ NP=0", "madspin_card_extra":{"define vl~ = ve~ vm~ vt~":"define vl~ = ve~ vm~ vt~\ndefine inclu = l- l+ j vl vl~"}, "param_card" : models["kappa_aut"], - "run_card" : {"0.0 = ptj": "20.0 = ptj", - "0.0 = pta": "20.0 = pta", - "0.0 = ptl": "20.0 = ptl", - "5.0 = etaa": "3.0 = etaa", + "run_card" : {"5.0 = etaa": "3.0 = etaa", "5.0 = etal": "3.0 = etal", }, "run_card_extra" : """#********************************************************************* diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/orig_cards/run_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/orig_cards/run_card.dat index 610d5dde9d8a..44aa21592ece 100644 --- a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/orig_cards/run_card.dat +++ b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/orig_cards/run_card.dat @@ -16,6 +16,8 @@ # Running parameters #******************* # +average = event_norm ! valid settings: average, sum, bias +False = pdfwgt #********************************************************************* # Tag name for the run (one word) * #********************************************************************* From 473e65d0500cafb2220990e06b3e458e959a28ba Mon Sep 17 00:00:00 2001 From: Adeik <15350389+vrbouza@users.noreply.github.com> Date: Mon, 28 Feb 2022 11:58:23 +0100 Subject: [PATCH 2/3] Fixed nevents and propagated corrections to TLL FCNC samples. --- .../TA_Tleptonic_kappa_act_LO_run_card.dat | 2 +- .../cards/production/13TeV/ST_FCNC/orig_cards/run_card.dat | 4 +++- .../cards/production/13TeV/TT_FCNC/orig_cards/run_card.dat | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/TA_Tleptonic_kappa_act_LO/TA_Tleptonic_kappa_act_LO_run_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/TA_Tleptonic_kappa_act_LO/TA_Tleptonic_kappa_act_LO_run_card.dat index c2e78c3923f1..4e7b2f128cd4 100644 --- a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/TA_Tleptonic_kappa_act_LO/TA_Tleptonic_kappa_act_LO_run_card.dat +++ b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/TA_Tleptonic_kappa_act_LO/TA_Tleptonic_kappa_act_LO_run_card.dat @@ -31,7 +31,7 @@ True = gridpack !True = setting up the grid pack # 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. * #********************************************************************* -100000 = nevents ! Number of unweighted events requested +10000 = nevents ! Number of unweighted events requested 0 = iseed ! rnd seed (0=assigned automatically=default)) #********************************************************************* # Collider type and energy * diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/orig_cards/run_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/orig_cards/run_card.dat index b1dda0279353..5e4b51398237 100644 --- a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/orig_cards/run_card.dat +++ b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ST_FCNC/orig_cards/run_card.dat @@ -16,6 +16,8 @@ # Running parameters #******************* # +average = event_norm ! valid settings: average, sum, bias +False = pdfwgt #********************************************************************* # Tag name for the run (one word) * #********************************************************************* @@ -29,7 +31,7 @@ True = gridpack !True = setting up the grid pack # 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. * #********************************************************************* -100000 = nevents ! Number of unweighted events requested +10000 = nevents ! Number of unweighted events requested 0 = iseed ! rnd seed (0=assigned automatically=default)) #********************************************************************* # Collider type and energy * diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/orig_cards/run_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/orig_cards/run_card.dat index 44aa21592ece..1f2877d71b3e 100644 --- a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/orig_cards/run_card.dat +++ b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/TT_FCNC/orig_cards/run_card.dat @@ -31,7 +31,7 @@ True = gridpack !True = setting up the grid pack # 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. * #********************************************************************* -100000 = nevents ! Number of unweighted events requested +10000 = nevents ! Number of unweighted events requested 0 = iseed ! rnd seed (0=assigned automatically=default)) #********************************************************************* # Collider type and energy * From bd2dd4d63f53c5f1f120d1469ed39c9e810f6779 Mon Sep 17 00:00:00 2001 From: Dennis Schwarz Date: Wed, 9 Mar 2022 07:48:25 -0600 Subject: [PATCH 3/3] qcut=30 for ttZ --- .../cards/production/13TeV/ttZ01j-vec/ttZ01j-vec_run_card.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ttZ01j-vec/ttZ01j-vec_run_card.dat b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ttZ01j-vec/ttZ01j-vec_run_card.dat index 81d6613b579c..b57b5c8f9d11 100644 --- a/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ttZ01j-vec/ttZ01j-vec_run_card.dat +++ b/bin/MadGraph5_aMCatNLO/cards/production/13TeV/ttZ01j-vec/ttZ01j-vec_run_card.dat @@ -256,7 +256,7 @@ $DEFAULT_PDF_MEMBERS = reweight_PDF ! if pdlabel=lhapdf, this is the lhapdf #********************************************************************* # Jet measure cuts * #********************************************************************* - 10 = xqcut ! minimum kt jet measure between partons + 30 = xqcut ! minimum kt jet measure between partons #********************************************************************* # #*********************************************************************