Skip to content

Commit 1d08025

Browse files
committed
added cell with dataet download
1 parent 27fec88 commit 1d08025

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

RTA_Workshop/ECAL_laser.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
"The input dataset consists of ROOT files with plain TTrees. Each file corresponds to a single crystal."
1313
]
1414
},
15+
{
16+
"cell_type": "code",
17+
"execution_count": null,
18+
"metadata": {},
19+
"outputs": [],
20+
"source": [
21+
"# download the dataset\n",
22+
"! wget https://github.com/pierinim/tutorials/blob/master/RTA_Workshop/data.tar.gz?raw=true -O \"data.tar.gz\"\n",
23+
"! tar -xzf data.tar.gz\n",
24+
"! ls"
25+
]
26+
},
1527
{
1628
"cell_type": "code",
1729
"execution_count": 1,

0 commit comments

Comments
 (0)