]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/runReconstruction.C
Updated list of classes
[u/mrichter/AliRoot.git] / MUON / runReconstruction.C
index 15455fd0d6dc61f602507f8d9745b4c8366c1426..d413462cb608d45d10db3961f8f89a11822910ad 100644 (file)
@@ -51,7 +51,7 @@ void runReconstruction(int seed, const char* input, const char* recoptions)
   MuonRec->SetNumberOfEventsPerFile(1000);
   MuonRec->SetOption("MUON",recoptions);
   MuonRec->SetRunQA("MUON:ALL");
-  MuonRec->SetQAWriteExpert(AliQA::kMUON);
+  MuonRec->SetQAWriteExpert(AliQAv1::kMUON);
   // uncomment the following lines if you want to set custom RecoParam
   // instead of getting them from the OCDB
   //  AliMUONRecoParam *muonRecoParam = AliMUONRecoParam::GetLowFluxParam();