Skip to content

Commit

Permalink
Merge branch 'dev_sim2root' into dev_sim2root_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lwpiotr committed Jan 14, 2025
2 parents 016b3cf + 830fbeb commit 5b39c69
Show file tree
Hide file tree
Showing 5 changed files with 1,345 additions and 111 deletions.
9 changes: 5 additions & 4 deletions data/download_new_RFchain.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#! /usr/bin/env python3

'''
Created on 19 juil. 2022
Created on 24 DEC. 2024
@author: Jean-Marc Colley, CNRS/IN2P3/LPNHE
@author: SN
'''
import tarfile
Expand All @@ -20,7 +20,8 @@
#FILE_MODEL = "grand_model_2207.tar.gz"
#LINK_MODEL = "https://forge.in2p3.fr/attachments/download/201909/grand_model_2306.tar.gz"
#LINK_MODEL = "https://forge.in2p3.fr/attachments/download/251637/grand_model_190224.tar.gz"
LINK_MODEL = "https://forge.in2p3.fr/attachments/download/312643/RFchain_V3.tar.gz"
#LINK_MODEL = "https://forge.in2p3.fr/attachments/download/312643/RFchain_V3.tar.gz"
LINK_MODEL = "https://forge.in2p3.fr/attachments/download/362478/RF_chain_20241218.tar.gz"
FILE_MODEL = LINK_MODEL.split("/")[-1]
# class MyProgressBar():
# def __init__(self):
Expand Down Expand Up @@ -69,4 +70,4 @@
print(f"Extract failed '{tar_file}'")
sys.exit(1)
print("data model available in grand/data/detector directory !")
sys.exit(0)
sys.exit(0)
Loading

0 comments on commit 5b39c69

Please sign in to comment.