File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ command -v bbftp >/dev/null 2>&1 || { echo >&2 "bbftp is not installed. Aborting
1010
1111# Eventdisplay version
1212VERSION=$( cat IRFVERSION)
13+ VERSION=" ${VERSION} -beta.1"
1314if [[ $IRFTYPE ]]; then
1415 VERSION=${VERSION}${IRFTYPE}
1516fi
@@ -20,14 +21,14 @@ echo "Downloading IRF packages for ${VERSION}/"
2021EPOCHS=$( cat IRF_EPOCHS_SUMMER.dat IRF_EPOCHS_WINTER.dat | sort -u)
2122# list of cuts
2223CLISTNV=$( 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
2728download_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
122123dowload_lookuptables
123124
124- download_effectivareas_V4V5
125+ # download_effectivareas_V4V5
125126
126127download_effectivareas_V6
You can’t perform that action at this time.
0 commit comments