]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMD.cxx
Working prints removed
[u/mrichter/AliRoot.git] / PMD / AliPMD.cxx
index 24e4055ec4cc88c18186096546087df90f1ef80b..13a6d7575331acf5e8c89201a966fdebf6655f24 100644 (file)
@@ -109,7 +109,7 @@ AliLoader* AliPMD::MakeLoader(const char* topfoldername)
  
   if (fLoader)
     {
-      AliInfo("Success");
+      AliDebug(100,"Success");
     }
   else
     {
@@ -319,6 +319,9 @@ void AliPMD::Digits2Raw()
 
   fLoader->UnloadDigits();
 }
-
+Bool_t AliPMD::Raw2SDigits()
+{
+  return kTRUE;
+}