We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c404bed commit 41ef32cCopy full SHA for 41ef32c
analysis/CTA.EFFAREA.qsub_analyse_list.sh
@@ -548,9 +548,7 @@ do
548
echo "* SIMULATIONFILE_DATA $MSCFILE" >> $MSCF
549
# to write full data trees (DL2)
550
# (note: very large output files!)
551
- if [[ $DL2FILLING = "TRUE" ]]; then
552
- echo "* WRITEEVENTDATATREE 1" >> $MSCF
553
- fi
+ echo "* WRITEEVENTDATATREE $DL2FILLING" >> $MSCF
554
555
# output file
556
if [ $PART = "gamma_onSource" ] || [ $PART = "gamma_cone" ]
0 commit comments