]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONReconstructor.cxx
New class that is used by SPD-MOOD to retrieve information on consistency errors...
[u/mrichter/AliRoot.git] / MUON / AliMUONReconstructor.cxx
index e9a2340f9b47f72ea6d636de1327b6929a30655b..0ddd4ebe331d22bee7d45aa9d40e72f21102c96a 100644 (file)
@@ -274,7 +274,7 @@ AliMUONReconstructor::CreateDigitMaker() const
   TString option = GetOption();
   Bool_t enableErrorLogging = kTRUE;
   Bool_t useFastDecoder = kFALSE;
-  if (option.Contains("useFastDecoder"))
+  if (option.Contains("USEFASTDECODER"))
   {
     useFastDecoder = kTRUE;
   }