From 102edf659f5df9c56511878eb35bd2b20dfa6a9a Mon Sep 17 00:00:00 2001 From: martinez Date: Tue, 4 Sep 2007 09:36:30 +0000 Subject: [PATCH] Generation of generic AOD by the test script of MUON --- MUON/runReconstruction.C | 1 + 1 file changed, 1 insertion(+) diff --git a/MUON/runReconstruction.C b/MUON/runReconstruction.C index 9b3b27f04dd..73bb2dcdec7 100644 --- a/MUON/runReconstruction.C +++ b/MUON/runReconstruction.C @@ -42,6 +42,7 @@ void runReconstruction(int run, int seed, const char* input, const char* recopti MuonRec->SetNumberOfEventsPerFile(1000); MuonRec->SetOption("MUON",recoptions); // MuonRec->SetEventRange(319,319); + MuonRec->SetWriteAOD(); MuonRec->Run(); delete MuonRec; //gObjectTable->Print(); -- 2.43.0