Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ATLAS_1JET_8TEV_R06/metadata.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
arxiv=1706.03192
description=ATLAS double-differential inclusive jet cross section at 8 TeV
ploughshare=https://ploughshare.web.cern.ch/ploughshare/db/applfast/applfast-atlas-incjets-appl-arxiv-1706.03192/applfast-atlas-incjets-appl-arxiv-1706.03192.tgz
description=ATLAS double-differential inclusive jet cross section at 8 TeV. Downloaded from ploughshare, central scale mu=HT_parton.
hepdata=10.17182/hepdata.76967.v1/t1, 10.17182/hepdata.76967.v1/t2, 10.17182/hepdata.76967.v1/t3, 10.17182/hepdata.76967.v1/t4, 10.17182/hepdata.76967.v1/t5, 10.17182/hepdata.76967.v1/t6
nnpdf_id=ATLAS_1JET_8TEV_R06
x1_label=yj
Expand All @@ -8,6 +9,6 @@ x1_unit=
x2_label=ptj
x2_label_tex=$p_{\mathrm{T},\mathrm{jet}}$
x2_unit=GeV
y_label=dsig/dptj
y_label_tex=$\frac{\mathrm{d}\sigma}{\mathrm{d}p_{\mathrm{T},\mathrm{jet}}$
y_label=d^2sig/dptdy
y_label_tex=$\frac{\mathrm{d}^2\sigma}{\mathrm{d}p_{\mathrm{T},\mathrm{jet}\mathrm{d}y}$
y_unit=pb/GeV
1 change: 1 addition & 0 deletions ATLAS_1JET_8TEV_R06/ploughshare_link.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://ploughshare.web.cern.ch/ploughshare/db/applfast/applfast-atlas-incjets-appl-arxiv-1706.03192/applfast-atlas-incjets-appl-arxiv-1706.03192.tgz
31 changes: 29 additions & 2 deletions ATLAS_1JET_8TEV_R06/postrun.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
#!/bin/bash

pineappl remap "${GRID}" "${GRID}".tmp '0,0.5,1,1.5,2,2.5,3;70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,516,556,598,642,688,736,786,838,894,952,1012,1076,1162,1310,1530,1992,2500|70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,516,556,598,642,688,736,786,838,894,952,1012,1076,1162,1310,1530,2500|70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,516,556,598,642,688,736,786,838,894,952,1012,1076,1162,1310,1992|70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,516,556,598,642,688,736,786,838,894,952,1012,1076,1310|70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,516,556,598,642,688,736,838|70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,556' --ignore_obs_norm 1
mv "${GRID}".tmp "${GRID}"
mkdir tmp

# Bin mapping
bins[1]="0.0 <= |y| < 0.5"
bins[2]="0.5 <= |y| < 1.0"
bins[3]="1.0 <= |y| < 1.5"
bins[4]="1.5 <= |y| < 2.0"
bins[5]="2.0 <= |y| < 2.5"
bins[6]="2.5 <= |y| < 3.0"

# Convert the grids to pineappl format under the right names.
# We only take the first 6, as they correspond to mu=H_T.
for i in {0..5}; do
j=$((i+1))
src="grid_00${i}.appl"
temp_dst="tmp/ATLAS_1JET_8TEV_R06_PTY_BIN${j}.pineappl.lz4"
dst="ATLAS_1JET_8TEV_R06_PTY_BIN${j}.pineappl.lz4"
pineappl import "$src" "$temp_dst" NNPDF40_nnlo_as_01180
current_bin=${bins[$j]}
pineappl write --set-key-value kin_bin "${current_bin}" ${temp_dst} ${dst}
rm ${temp_dst}
rm ${src}
done

# Remove the non-H_T grids
rm *.appl
rm *.root

rmdir tmp
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions ATLAS_1JET_8TEV_R06_legacy/metadata.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
arxiv=1706.03192
description=ATLAS double-differential inclusive jet cross section at 8 TeV
hepdata=10.17182/hepdata.76967.v1/t1, 10.17182/hepdata.76967.v1/t2, 10.17182/hepdata.76967.v1/t3, 10.17182/hepdata.76967.v1/t4, 10.17182/hepdata.76967.v1/t5, 10.17182/hepdata.76967.v1/t6
nnpdf_id=ATLAS_1JET_8TEV_R06
x1_label=yj
x1_label_tex=$y_{\mathrm{jet}}$
x1_unit=
x2_label=ptj
x2_label_tex=$p_{\mathrm{T},\mathrm{jet}}$
x2_unit=GeV
y_label=dsig/dptj
y_label_tex=$\frac{\mathrm{d}\sigma}{\mathrm{d}p_{\mathrm{T},\mathrm{jet}}$
y_unit=pb/GeV
File renamed without changes.
4 changes: 4 additions & 0 deletions ATLAS_1JET_8TEV_R06_legacy/postrun.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

pineappl remap "${GRID}" "${GRID}".tmp '0,0.5,1,1.5,2,2.5,3;70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,516,556,598,642,688,736,786,838,894,952,1012,1076,1162,1310,1530,1992,2500|70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,516,556,598,642,688,736,786,838,894,952,1012,1076,1162,1310,1530,2500|70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,516,556,598,642,688,736,786,838,894,952,1012,1076,1162,1310,1992|70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,516,556,598,642,688,736,786,838,894,952,1012,1076,1310|70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,516,556,598,642,688,736,838|70,85,100,116,134,152,172,194,216,240,264,290,318,346,376,408,442,478,556' --ignore_obs_norm 1
mv "${GRID}".tmp "${GRID}"
14 changes: 14 additions & 0 deletions CMS_1JET_8TEV/metadata.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
arxiv=1609.05331
ploughshare=https://ploughshare.web.cern.ch/ploughshare/db/applfast/applfast-cms-incjets-appl-arxiv-1609.05331/applfast-cms-incjets-appl-arxiv-1609.05331.tgz
description=CMS double-differential inclusive jet cross section at 8 TeV. Downloaded from ploughshare, central scale mu=HT_parton.
hepdata=10.17182/hepdata.77222.v1/t1, 10.17182/hepdata.77222.v1/t2, 10.17182/hepdata.77222.v1/t3, 10.17182/hepdata.77222.v1/t4, 10.17182/hepdata.77222.v1/t5, 10.17182/hepdata.77222.v1/t6, 10.17182/hepdata.77222.v1/t7
nnpdf_id=CMS_1JET_8TEV
x1_label=yj
x1_label_tex=$y_{\mathrm{jet}}$
x1_unit=
x2_label=ptj
x2_label_tex=$p_{\mathrm{T},\mathrm{jet}}$
x2_unit=GeV
y_label=d^2sig/dptdy
y_label_tex=$\frac{\mathrm{d}^2\sigma}{\mathrm{d}p_{\mathrm{T},\mathrm{jet}\mathrm{d}y}$
y_unit=pb/GeV
1 change: 1 addition & 0 deletions CMS_1JET_8TEV/ploughshare_link.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://ploughshare.web.cern.ch/ploughshare/db/applfast/applfast-cms-incjets-appl-arxiv-1609.05331/applfast-cms-incjets-appl-arxiv-1609.05331.tgz
32 changes: 32 additions & 0 deletions CMS_1JET_8TEV/postrun.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/bin/bash

mkdir tmp

# Bin mapping
bins[1]="0.0 <= |y| < 0.5"
bins[2]="0.5 <= |y| < 1.0"
bins[3]="1.0 <= |y| < 1.5"
bins[4]="1.5 <= |y| < 2.0"
bins[5]="2.0 <= |y| < 2.5"
bins[6]="2.5 <= |y| < 3.0"
bins[7]="3.2 <= |y| < 4.7"

# Convert the grids to pineappl format under the right names.
# We only take the first 6, as they correspond to mu=H_T.
for i in {0..6}; do
j=$((i+1))
src="grid_00${i}.appl"
temp_dst="tmp/CMS_1JET_8TEV_PTY_BIN${j}.pineappl.lz4"
dst="CMS_1JET_8TEV_PTY_BIN${j}.pineappl.lz4"
pineappl import "$src" "$temp_dst" NNPDF40_nnlo_as_01180
current_bin=${bins[$j]}
pineappl write --set-key-value kin_bin "${current_bin}" ${temp_dst} ${dst}
rm ${temp_dst}
rm ${src}
done

# Remove the non-H_T grids
rm *.appl
rm *.root

rmdir tmp