]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CONTAINERS/AliArrayVT.h
Check on curvature not position
[u/mrichter/AliRoot.git] / CONTAINERS / AliArrayVT.h
index 2b45269f12935914a9f9ae3bc84d75438340d812..6461007a51844c17439bab94816eef642732bee0 100644 (file)
@@ -38,9 +38,10 @@ public:
   void    (*streamb)(TBuffer &, const void *,UInt_t);
   void    (*dump)(void*);  
   TString  fClassName;   //class name of the object
-  TClass * fClass;       //class type of the object
+  TClass * fClass;       //!class type of the object
   UInt_t   fSize;        //size of object
-  ClassDef(AliArrayVT,0) 
+  //ClassDef(AliArrayVT,0) 
+  ClassDef(AliArrayVT,1) 
 };
 
 #endif //ALIARRAYVT