Skip to content

Commit 9d0104c

Browse files
committed
Merge branch 'main' into v490-dev-0.6
2 parents 42ffded + 1924f3d commit 9d0104c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

get_irfs_from_ucla.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ command -v bbftp >/dev/null 2>&1 || { echo >&2 "bbftp is not installed. Aborting
1010

1111
# Eventdisplay version
1212
VERSION=$(cat IRFVERSION)
13+
VERSION="${VERSION}-beta.1"
1314
if [[ $IRFTYPE ]]; then
1415
VERSION=${VERSION}${IRFTYPE}
1516
fi
@@ -20,14 +21,14 @@ echo "Downloading IRF packages for ${VERSION}/"
2021
EPOCHS=$(cat IRF_EPOCHS_SUMMER.dat IRF_EPOCHS_WINTER.dat | sort -u)
2122
# list of cuts
2223
CLISTNV=$(cat IRF_GAMMAHADRONCUTS.dat)
23-
CLISTRV=$(cat IRF_GAMMAHADRONCUTS_RV.dat)
24-
CLISTUV=$(cat IRF_GAMMAHADRONCUTS_UV.dat)
24+
# CLISTRV=$(cat IRF_GAMMAHADRONCUTS_RV.dat)
25+
# CLISTUV=$(cat IRF_GAMMAHADRONCUTS_UV.dat)
2526

2627
## function to download and upack
2728
download_and_unpack()
2829
{
2930
D=${1}
30-
if [[ $HOSTNAME == *"desy"* ]]; then
31+
if [[ $HOSTNAME == *"desFFy"* ]]; then
3132
echo "DESY host detected"
3233
cp -v -i /lustre/fs23/group/veritas/Eventdisplay_AnalysisFiles/${VERSION}/archive/$D.tar .
3334
else
@@ -117,10 +118,10 @@ download_effectivareas_V6()
117118
done
118119
}
119120

120-
dowload_radialacceptances
121+
# dowload_radialacceptances
121122

122123
dowload_lookuptables
123124

124-
download_effectivareas_V4V5
125+
# download_effectivareas_V4V5
125126

126127
download_effectivareas_V6

0 commit comments

Comments
 (0)