Skip to content

Commit ce5ec09

Browse files
authored
Merge pull request #54 from Eventdisplay/v2.2-dev1
v2.2 dev1
2 parents bcc2032 + 249219e commit ce5ec09

7 files changed

+11
-10
lines changed

CTA.runAnalysis.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,14 +258,16 @@ then
258258
ARRAY=( "subArray.prod5.South-Alpha-2LSTs42SSTsBeta.list" )
259259
ARRAY=( "subArray.prod5.South-Alpha.list" )
260260
ARRAY=( "subArray.prod5.South-SV3f-v2.list" )
261+
ARRAY=( "subArray.prod5.South-AlphaC8aj.list" )
261262
if [[ $P2 == *"sub"* ]]; then
262263
ARRAY=( "subArray.prod5.South-Alpha-2LSTs42SSTsBeta-sub.list")
263264
ARRAY=( "subArray.prod5.South-Alpha-sub.list" )
264265
ARRAY=( "subArray.prod5.South-SV3f-v3-sub.list" )
265266
ARRAY=( "subArray.prod5.South-AlphaC8aj-sub.list" )
266-
ARRAY=( "subArray.prod5.South-70SSTs-sub.list" )
267+
# ARRAY=( "subArray.prod5.South-70SSTs-sub.list" )
267268
fi
268269
if [[ $P2 == *"Hyper"* ]] || [[ $P2 == *"hyper"* ]]; then
270+
# ARRAY=( "subArray.prod5.South-HyperSST.list" )
269271
ARRAY=( "subArray.prod5.South-Hyper.list" )
270272
fi
271273
if [[ $P2 == *"LST"* ]]; then
@@ -290,9 +292,9 @@ then
290292
ARRAYDIR="prod5"
291293
TDATE="g20230823"
292294
ANADATE="${TDATE}"
295+
ANADATE="g20250108"
293296
TMVADATE="${ANADATE}"
294297
EFFDATE="${ANADATE}"
295-
EFFDATE="g20240315"
296298
PHYSDATE="${EFFDATE}"
297299
####################################
298300
# prod6 - Paranal and LaPalma
@@ -392,7 +394,7 @@ echo "RUN: $RUN"
392394
# run eventdisplay
393395
if [[ $RUN == "EVNDISP" ]]
394396
then
395-
# Keep DST files on disk (require a lot of disk space
397+
# Keep DST files on disk (require a lot of disk space)
396398
KEEPDST="0"
397399
for ((i = 0; i < ${#PARTICLE[@]}; i++ ))
398400
do

NIM-South-sub.dat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2 1 2 2
2-
3 1 3 3
3-
4 1 4 4
41
2 2 2 2
52
3 3 3 3
63
4 4 4 4

analysis/CTA.EVNDISP.qsub_convert_and_analyse_MC_VDST_ArrayJob.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ do
189189
then
190190
$EVNDISPSYS/bin/logFile convLog $TMPDIR/${RUNN}.root $TMPDIR/$OFIL.$N.convert.log
191191
fi
192-
cp -v -f $TMPDIR/[0-9]*.root ${ODIR}/${RUNN}HD_${ILINE}_${MCAZ}deg.root
192+
cp -v -f $TMPDIR/[0-9]*.root ${ODIR}/${RUNN}CTAO_${ILINE}_${MCAZ}deg.root
193193
else
194194
echo "No root files found!"
195195
if [ -e $TMPDIR/$OFIL.$N.convert.log ]; then

analysis/CTA.EVNDISP.sub_convert_and_analyse_MC_VDST_ArrayJob.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ do
224224
done
225225

226226
echo "submit script with $FNAM.sh"
227-
echo "condor_submit $FNAM.sh.condor requirements='OpSysAndVer==\"AlmaLinux9\"'"
227+
echo "condor_submit $FNAM.sh.condor"
228228
echo "writing queue log and error files to $QLOG"
229229

230230
exit
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
S.BL-0LSTs00MSTs70SSTs-MSTF
2-
S.C8aj-37SSTs
1+
S.50SST.hyperarray
2+
S.37SSTs-50SST.hyperarray
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
S.C8aj-37SSTs
22
S.M6-14MSTs-MSTF
3+
S.BL-0LSTs25MSTs00SSTs-MSTF
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
S.50SST.hyperarray

0 commit comments

Comments
 (0)