]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/canevas.h
Include EAs from offline c3 fits
[u/mrichter/AliRoot.git] / PHOS / canevas.h
index 1ddaa6a2029d7032d6767b618a95951fedc1df58..53fa9a247dbb41e62877d39f9bc4741081115346 100644 (file)
@@ -3,12 +3,13 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-////////////////////////////////////////////////
-//  Short description                         //
-//  Author                 SUBATECH           //
-//      comment                               //  
-//                                            //
-////////////////////////////////////////////////
+/* $Id$ */
+
+//_________________________________________________________________________
+//  Base Class for PHOS     
+//                  
+//*-- Author: (SUBATECH)
+
 
 // --- ROOT system ---
 
 class AliPHOSxxx {
 
 public:
+  AliPHOSxxx() ;          // ctor
 
   virtual ~AliPHOSxxx() ; // dtor
 
 private:
 
-ClassDef(AliPHOSxxx,1)  // description , version 1
+  ClassDef(AliPHOSxxx,1)  // description 
 
 };