]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUON.cxx
Added function SetFastDecoder()
[u/mrichter/AliRoot.git] / MUON / AliMUON.cxx
index b6b660836faab4a9aac601e7e15b58b207c61216..e5acd4ed93467d2fa15de704721a9a2f9bc84ec9 100644 (file)
@@ -613,3 +613,15 @@ Int_t  AliMUON::GetDigitizerWithNoise() const
     
 }  
 
+//____________________________________________________________________
+void AliMUON::SetFastDecoder(Bool_t useFastDecoder)
+{
+/// Set fast raw data decoder 
+
+  if ( ! fDigitMaker ) {
+    AliError("Digit maker is not instantiated.");
+    return;
+  }   
+
+  fDigitMaker->SetFastDecoder(useFastDecoder);
+}