]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOS.h
coding convention
[u/mrichter/AliRoot.git] / PHOS / AliPHOS.h
index ba5c56fadae811ce5924aed2ca74d0e4d1d75985..f612c8d644a35587ec51ea0cb5a8ccf63325a812 100644 (file)
@@ -9,16 +9,14 @@
 //                  
 //*-- Author: Laurent Aphecetche & Yves Schutz (SUBATECH)
 
-#include <stdlib.h>
 
 // --- ROOT system ---
-
 class TString ; 
 class TTask ;
 class TFolder ;
+class TTree ; 
 
 // --- AliRoot header files ---
-
 #include "AliDetector.h" 
 class AliPHOSGeometry ; 
 class AliPHOSQAChecker ;
@@ -52,11 +50,7 @@ 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 ; 
-  }
+    Fatal("operator =", "not implemented") ; return *this ; }
 
   virtual AliLoader* MakeLoader(const char* topfoldername);