From aae86365aafde3d2fd5885755b7c832efba224eb Mon Sep 17 00:00:00 2001 From: Anna Senger <a.senger@gsi.de> Date: Mon, 14 Sep 2020 10:27:05 +0200 Subject: [PATCH] Update macro/much/batch_run_sgn.sh --- macro/much/batch_run_sgn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/much/batch_run_sgn.sh b/macro/much/batch_run_sgn.sh index c69fd1e5..62f74a20 100644 --- a/macro/much/batch_run_sgn.sh +++ b/macro/much/batch_run_sgn.sh @@ -79,7 +79,7 @@ cp -rf ${work_dir_run}/run_reco_event.C . root -l -b -q "run_reco_event.C($NEVENTS,\"$DATASET\",\"$SETUP\",\"$USEMC\",kTRUE)" cp -rf ${work_dir_much}/run_ana.C . -root -l -b -q "run_ana.C($NEVENTS,\"$DATASET\",\"$SETUP\",\"$USEMC\",\"$PLUTOFILE\")" +root -l -b -q "run_ana.C($NEVENTS,\"$DATASET\",\"$SETUP\",\"$USEMC\",\"$PLUTOFILE\",-1)" rm all_* rm *C -- GitLab