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 fad4fb2 commit 0e02ac4Copy full SHA for 0e02ac4
scripts/download_data.sh
@@ -0,0 +1,12 @@
1
+#!/bin/bash
2
+set -e
3
+
4
+mkdir -p data
5
+cd data
6
7
+wget https://zenodo.org/records/14930758/files/p8_ee_tt_ecm365_rootfiles.tgz?download=1 -O p8_ee_tt_ecm365_rootfiles.tgz
8
+tar xf p8_ee_tt_ecm365_rootfiles.tgz
9
+mkdir -p p8_ee_tt_ecm365/root
10
+mv p8_ee_tt_ecm365_rootfiles/*.root p8_ee_tt_ecm365/root/
11
12
+rm -f p8_ee_tt_ecm365_rootfiles.tgz
0 commit comments