Skip to content

Commit

Permalink
Correcting PDFs in gridpacks run card
Browse files Browse the repository at this point in the history
  • Loading branch information
borzari committed Sep 8, 2022
1 parent 0c2a179 commit 08c67e5
Show file tree
Hide file tree
Showing 177 changed files with 177 additions and 177 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'JetMatching:coneRadius = 1.',
'JetMatching:slowJetPower = 1',
'JetMatching:qCut = %.1f' % (XQCUT * 1.5), #this is the actual merging scale
'JetMatching:nQmatch = 5', #4 corresponds to 4-flavour scheme (no matching of b-quarks), 5 for 5-flavour scheme
'JetMatching:nQmatch = 4', #4 corresponds to 4-flavour scheme (no matching of b-quarks), 5 for 5-flavour scheme
'JetMatching:nJetMax = 1', #number of partons in born matrix element for highest multiplicity
'JetMatching:doShowerKt = off', #off for MLM matching, turn on for shower-kT matching
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'JetMatching:coneRadius = 1.',
'JetMatching:slowJetPower = 1',
'JetMatching:qCut = %.1f' % (XQCUT * 1.5), #this is the actual merging scale
'JetMatching:nQmatch = 5', #4 corresponds to 4-flavour scheme (no matching of b-quarks), 5 for 5-flavour scheme
'JetMatching:nQmatch = 4', #4 corresponds to 4-flavour scheme (no matching of b-quarks), 5 for 5-flavour scheme
'JetMatching:nJetMax = 1', #number of partons in born matrix element for highest multiplicity
'JetMatching:doShowerKt = off', #off for MLM matching, turn on for shower-kT matching
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
'lhapdf' = pdlabel ! PDF set
303600 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
325500 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
Expand Down
Loading

0 comments on commit 08c67e5

Please sign in to comment.