]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrections needed bu Root v3-02-07
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Feb 2002 14:47:22 +0000 (14:47 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Feb 2002 14:47:22 +0000 (14:47 +0000)
CONTAINERS/AliDataType.cxx
CONTAINERS/AliDataType.h

index 2fbb3e062ff923be2873e6af2664443080a4a152..561d035096bc6ed2ac2b74bde2dd6171c8fcaac5 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.1  2000/11/01 16:01:22  kowal2
+Classes for handling the new hits structures
+
 */
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
@@ -27,7 +30,6 @@ $Log$
 
 
 #include "AliDataType.h"
-#include "AliCTypes.h"
 
 #include "TMath.h"
 #include "TClass.h"
index e65dc6269c7362d367c90176fdac2dd34f0cc8cf..04c0e08e67aa1c7eb797df602f0f856a98ad103d 100644 (file)
@@ -29,7 +29,7 @@ protected:
   AliDataType(const AliDataType & type){;}
   AliDataType &operator = (const AliDataType & type){return *this;} //assignment operator
   TDataType * fDataType;  //root type information
-  ClassDefT(AliDataType,0)
+  ClassDef(AliDataType,0)
 };
 
 #endif