Skip to content

Commit

Permalink
Merge pull request #1 from cms-sw/master
Browse files Browse the repository at this point in the history
Updating Fork before Pull Request
  • Loading branch information
Nik-Menendez authored Mar 16, 2022
2 parents f5786b5 + 01d2c30 commit ae2f636
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# Running parameters
#*******************
#
average = event_norm ! valid settings: average, sum, bias
False = pdfwgt
#*********************************************************************
# Tag name for the run (one word) *
#*********************************************************************
Expand All @@ -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 *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# Running parameters
#*******************
#
average = event_norm ! valid settings: average, sum, bias
False = pdfwgt
#*********************************************************************
# Tag name for the run (one word) *
#*********************************************************************
Expand All @@ -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 *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" : """#*********************************************************************
Expand All @@ -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" : """#*********************************************************************
Expand All @@ -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" : """#*********************************************************************
Expand All @@ -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" : """#*********************************************************************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# Running parameters
#*******************
#
average = event_norm ! valid settings: average, sum, bias
False = pdfwgt
#*********************************************************************
# Tag name for the run (one word) *
#*********************************************************************
Expand All @@ -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 *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
#*********************************************************************
#
#*********************************************************************
Expand Down

0 comments on commit ae2f636

Please sign in to comment.