Skip to content

Commit 0e02ac4

Browse files
committed
added data script
1 parent fad4fb2 commit 0e02ac4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/download_data.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)