From c588cbb171e69b49e704bd7d33d3dffc514b9493 Mon Sep 17 00:00:00 2001 From: ivana Date: Mon, 18 Jun 2007 08:18:08 +0000 Subject: [PATCH] Commenting out the option NOLOCALRECONSTRUCTION, now deprecated --- MUON/AlirootRun_MUONtest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MUON/AlirootRun_MUONtest.sh b/MUON/AlirootRun_MUONtest.sh index f0a510dafcf..44927f631fd 100755 --- a/MUON/AlirootRun_MUONtest.sh +++ b/MUON/AlirootRun_MUONtest.sh @@ -60,7 +60,8 @@ MuonRec.SetFillESD(""); MuonRec.SetLoadAlignData("MUON"); MuonRec.SetNumberOfEventsPerFile(1000); MuonRec.SetOption("MUON","SAVEDIGITS"); -MuonRec.SetOption("MUON","NOLOCALRECONSTRUCTION"); +// Change the line above with the line below to run without local reconstruction +// MuonRec.SetOption("MUON","SAVEDIGITS NOLOCALRECONSTRUCTION"); MuonRec.Run(); delete MuonRec; .q -- 2.39.3