Skip to content

Commit

Permalink
panel/rdiff: update 27 GeV scaling factor
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jul 24, 2014
1 parent b5d6e27 commit de5bc5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyana/examples/gp_panel.py
Expand Up @@ -20,9 +20,9 @@ def gp_panel(version, skip):
# '19': 0.4274654744079354, '200': 1.0, '39': 0.4362451929487654,
# '27': 0.47464918475541873, '62': 0.5800852553921563
#}
scale = { # QM14
'19': 0.47145048388810196, '200': 1.0, '39': 0.7776679085382481,
'27': 0.7026415326332122, '62': 0.9174700031778402
scale = { # QM14 (19 GeV skip later, factor here only informational)
'19': 1.0340571932983775, '200': 1.0, '39': 0.7776679085382481,
'27': 0.6412140408244136, '62': 0.9174700031778402
}
inDir, outDir = getWorkDirs()
inDir = os.path.join(inDir, version)
Expand Down
6 changes: 3 additions & 3 deletions pyana/examples/gp_rdiff.py
Expand Up @@ -41,9 +41,9 @@ def gp_rdiff(version, nomed, noxerr, diffRel, divdNdy):
# '19.6': 0.4274654744079354, '200': 1.0, '39': 0.4362451929487654,
# '27': 0.47464918475541873, '62.4': 0.5800852553921563
#}
scale = { # QM14
'19.6': 0.47145048388810196, '200': 1.0, '39': 0.7776679085382481,
'27': 0.7026415326332122, '62.4': 0.9174700031778402
scale = { # QM14 (19 GeV skip later, factor here only informational)
'19.6': 1.0340571932983775, '200': 1.0, '39': 0.7776679085382481,
'27': 0.6412140408244136, '62.4': 0.9174700031778402
}
for infile in os.listdir(inDir):
if infile == "cocktail_contribs": continue
Expand Down

0 comments on commit de5bc5f

Please sign in to comment.