]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/runReconstruction.C
Fixews for new AMORE DA release (agreed with Sylvain and Barth)
[u/mrichter/AliRoot.git] / MUON / runReconstruction.C
index 45713fb0eeb67aa1ea5e1fc69945ddf7347fda5a..e7cec7c5fe310e4922321ff89781ecde041a14a4 100644 (file)
@@ -54,18 +54,13 @@ void runReconstruction(int seed, const char* input, const char* recoptions)
   MuonRec->SetLoadAlignData("MUON");
   MuonRec->SetNumberOfEventsPerFile(1000);
   MuonRec->SetOption("MUON",recoptions);
-  //  MuonRec->SetEventRange(319,319);
-  MuonRec->SetWriteAOD();
-  
-  AliMUONRecoParam *muonRecoParam = AliMUONRecoParam::GetLowFluxParam();
-  //muonRecoParam->CombineClusterTrackReco(kTRUE);
-  //muonRecoParam->SaveFullClusterInESD(kTRUE,100.);
-  //muonRecoParam->SetClusteringMode("PEAKFIT");
-  //muonRecoParam->SetClusteringMode("PEAKCOG");
-  muonRecoParam->Print("FULL");
-  AliMUONReconstructor::SetRecoParam(muonRecoParam);
-  
   MuonRec->SetRunQA("MUON:ALL");
+  MuonRec->SetQAWriteExpert(AliQA::kMUON);
+  // uncomment the following lines if you want to set custom RecoParam
+  // instead of getting them from the OCDB
+  //  AliMUONRecoParam *muonRecoParam = AliMUONRecoParam::GetLowFluxParam();
+  //  muonRecoParam->SaveFullClusterInESD(kTRUE,100.);
+  //  MuonRec->SetRecoParam("MUON",muonRecoParam);
   
   MuonRec->Run();