We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fec88 commit 1d08025Copy full SHA for 1d08025
RTA_Workshop/ECAL_laser.ipynb
@@ -12,6 +12,18 @@
12
"The input dataset consists of ROOT files with plain TTrees. Each file corresponds to a single crystal."
13
]
14
},
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
+ },
27
{
28
"cell_type": "code",
29
"execution_count": 1,
0 commit comments