]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOS.h
Transition to NewIO
[u/mrichter/AliRoot.git] / PHOS / AliPHOS.h
index dbce7c0fec6334e025c2fd1abb8945d7a783f8e2..a4b786d8188c6adcdb0ce30315146f6ec0068882 100644 (file)
@@ -9,7 +9,7 @@
 //                  
 //*-- Author: Laurent Aphecetche & Yves Schutz (SUBATECH)
 
-//#include <stdlib.h>
+#include <stdlib.h>
 
 // --- ROOT system ---
 
@@ -52,9 +52,13 @@ class AliPHOS : public AliDetector {
   virtual const TString Version() const {return TString(" ") ; } 
   virtual void WriteQA() ; 
   AliPHOS & operator = (const AliPHOS & rvalue)  {
-    // assignement operator requested by coding convention but not needed
-    Fatal("operator =", "not implemented") ; return *this ; 
+    // assignement operator requested by coding convention
+    // but not needed
+    Fatal("operator =", "not implemented") ;
+    return *this ; 
   }
+
+  virtual AliLoader* MakeLoader(const char* topfoldername);
  
 protected: