Skip to content

Commit 41ef32c

Browse files
committed
DL2 filling options
1 parent c404bed commit 41ef32c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

analysis/CTA.EFFAREA.qsub_analyse_list.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,7 @@ do
548548
echo "* SIMULATIONFILE_DATA $MSCFILE" >> $MSCF
549549
# to write full data trees (DL2)
550550
# (note: very large output files!)
551-
if [[ $DL2FILLING = "TRUE" ]]; then
552-
echo "* WRITEEVENTDATATREE 1" >> $MSCF
553-
fi
551+
echo "* WRITEEVENTDATATREE $DL2FILLING" >> $MSCF
554552

555553
# output file
556554
if [ $PART = "gamma_onSource" ] || [ $PART = "gamma_cone" ]

0 commit comments

Comments
 (0)