]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/runReconstruction.C
- Modified the class AliMUONRecoParam to inherit from the new bass
[u/mrichter/AliRoot.git] / MUON / runReconstruction.C
index e35e52a69a7d961df4c5681b2a77a88c13b009c5..17cb69d3358c47464cbb56b0ed8a9f9f5384b4e8 100644 (file)
@@ -21,6 +21,7 @@
 #if !defined(__CINT__) || defined(__MAKECINT__)
 #include "AliMUONReconstructor.h"
 #include "AliMUONRecoParam.h"
+#include "AliRecoParam.h"
 #include "AliCDBManager.h"
 #include "AliMagFMaps.h"
 #include "AliTracker.h"
@@ -53,9 +54,8 @@ void runReconstruction(int seed, const char* input, const char* recoptions)
   
   AliMUONRecoParam *muonRecoParam = AliMUONRecoParam::GetLowFluxParam();
   muonRecoParam->CombineClusterTrackReco(kTRUE);
-
-  AliMUONReconstructor::SetRecoParam(muonRecoParam);
   muonRecoParam->Print("FULL");
+  AliRecoParam::Instance()->RegisterRecoParam(muonRecoParam);
   
   MuonRec->Run();