]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/runReconstruction.C
- Put the code to fill ESD with trigger data back in the correct framework:
[u/mrichter/AliRoot.git] / MUON / runReconstruction.C
index 4854858405e77085a66386bc3b4bf1aab4e0ca7a..84ead158fa0699b6d47692ce131a50166f58d573 100644 (file)
@@ -59,13 +59,14 @@ void runReconstruction(int seed, const char* input, const char* recoptions)
   
   AliMUONRecoParam *muonRecoParam = AliMUONRecoParam::GetLowFluxParam();
   muonRecoParam->CombineClusterTrackReco(kFALSE);
+  //muonRecoParam->SaveFullClusterInESD(kTRUE,100.);
   //muonRecoParam->SetClusteringMode("PEAKFIT");
   //muonRecoParam->SetClusteringMode("PEAKCOG");
   muonRecoParam->Print("FULL");
 
   AliRecoParam::Instance()->RegisterRecoParam(muonRecoParam);
   
-  //MuonRec->SetRunQA(kFALSE);
+  MuonRec->SetRunQA(kFALSE);
   
   MuonRec->Run();