Skip to content

Commit 0bf9dc5

Browse files
committed
feat(records): add individual ATLAS 2020 ROOT files
Offer individual ROOT files for ATLAS 2020 education datasets to make the access easier, all the while keeping the original zip tarball. Closes cernopendata/data-curation#257
1 parent 6b84056 commit 0bf9dc5

8 files changed

+5806
-24
lines changed

data/records/atlas-2020-1largeRjet1lep.json

Lines changed: 677 additions & 3 deletions
Large diffs are not rendered by default.

data/records/atlas-2020-1lep.json

Lines changed: 672 additions & 3 deletions
Large diffs are not rendered by default.

data/records/atlas-2020-1lep1tau.json

Lines changed: 582 additions & 3 deletions
Large diffs are not rendered by default.

data/records/atlas-2020-2lep.json

Lines changed: 1137 additions & 3 deletions
Large diffs are not rendered by default.

data/records/atlas-2020-3lep.json

Lines changed: 1077 additions & 3 deletions
Large diffs are not rendered by default.

data/records/atlas-2020-4lep.json

Lines changed: 557 additions & 3 deletions
Large diffs are not rendered by default.

data/records/atlas-2020-GamGam.json

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919
],
2020
"date_published": "2020",
2121
"distribution": {
22-
"number_files": 1,
23-
"size": 1593950859
22+
"formats": [
23+
"root",
24+
"zip"
25+
],
26+
"number_files": 10,
27+
"size": 3709990685
2428
},
2529
"doi": "10.7483/OPENDATA.ATLAS.B5BJ.3SGS",
2630
"experiment": [
@@ -31,6 +35,51 @@
3135
"checksum": "adler32:d880482c",
3236
"size": 1593950859,
3337
"uri": "root://eospublic.cern.ch//eos/opendata/atlas/OutreachDatasets/2020-08-19/GamGam.zip"
38+
},
39+
{
40+
"checksum": "adler32:29634ba7",
41+
"size": 81250713,
42+
"uri": "root://eospublic.cern.ch//eos/opendata/atlas/OutreachDatasets/2020-08-19/GamGam/Data/data_A.GamGam.root"
43+
},
44+
{
45+
"checksum": "adler32:afaa0bed",
46+
"size": 289902606,
47+
"uri": "root://eospublic.cern.ch//eos/opendata/atlas/OutreachDatasets/2020-08-19/GamGam/Data/data_B.GamGam.root"
48+
},
49+
{
50+
"checksum": "adler32:46c10b74",
51+
"size": 424774751,
52+
"uri": "root://eospublic.cern.ch//eos/opendata/atlas/OutreachDatasets/2020-08-19/GamGam/Data/data_C.GamGam.root"
53+
},
54+
{
55+
"checksum": "adler32:3c5ca072",
56+
"size": 686798449,
57+
"uri": "root://eospublic.cern.ch//eos/opendata/atlas/OutreachDatasets/2020-08-19/GamGam/Data/data_D.GamGam.root"
58+
},
59+
{
60+
"checksum": "adler32:f76530f0",
61+
"size": 217819076,
62+
"uri": "root://eospublic.cern.ch//eos/opendata/atlas/OutreachDatasets/2020-08-19/GamGam/MC/mc_341081.ttH125_gamgam.GamGam.root"
63+
},
64+
{
65+
"checksum": "adler32:5b858188",
66+
"size": 218418347,
67+
"uri": "root://eospublic.cern.ch//eos/opendata/atlas/OutreachDatasets/2020-08-19/GamGam/MC/mc_343981.ggH125_gamgam.GamGam.root"
68+
},
69+
{
70+
"checksum": "adler32:8cff2e38",
71+
"size": 108616148,
72+
"uri": "root://eospublic.cern.ch//eos/opendata/atlas/OutreachDatasets/2020-08-19/GamGam/MC/mc_345041.VBFH125_gamgam.GamGam.root"
73+
},
74+
{
75+
"checksum": "adler32:5ac6bca3",
76+
"size": 29757932,
77+
"uri": "root://eospublic.cern.ch//eos/opendata/atlas/OutreachDatasets/2020-08-19/GamGam/MC/mc_345318.WpH125J_Wincl_gamgam.GamGam.root"
78+
},
79+
{
80+
"checksum": "adler32:6b506f04",
81+
"size": 58701804,
82+
"uri": "root://eospublic.cern.ch//eos/opendata/atlas/OutreachDatasets/2020-08-19/GamGam/MC/mc_345319.ZH125J_Zincl_gamgam.GamGam.root"
3483
}
3584
],
3685
"license": {
@@ -53,7 +102,7 @@
53102
]
54103
},
55104
"usage": {
56-
"description": "This dataset is provided by the ATLAS Collaboration <strong>only for educational purposes and is not suited for scientific publications</strong>.\n You can access these data through the ATLAS Virtual Machine and Software.\n More documentation is available at:",
105+
"description": "<p>This dataset is provided as a zipped tarball (<code>GamGam.zip</code>) and as a list of unzipped individually-accessible ROOT files containing the collision data (such as <code>data_A.GamGam.root</code>) and the simulated data (such as <code>mc_341081.ttH125_gamgam.GamGam.root</code>). You can use either the tarball or the individual ROOT files.</p> <p>This dataset is provided by the ATLAS Collaboration <strong>only for educational purposes and is not suited for scientific publications</strong>.\n You can access these data through the ATLAS Virtual Machine and Software.\n More documentation is available at:</p>",
57106
"links": [
58107
{
59108
"description": "The ATLAS Open Data documentation for 13 TeV release",

0 commit comments

Comments
 (0)