]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSmodule.h
Point coordinated are calculated in cylindrical reference frame once and for all...
[u/mrichter/AliRoot.git] / ITS / AliITSmodule.h
index e65a776a6fbb2caa42639a449543a91e70538a20..3b22afa954f1e7de6f4d8e08a62bf933856f5235 100644 (file)
@@ -7,10 +7,10 @@
 
 #include <TObject.h>
 #include <TObjArray.h>
+#include <TArrayI.h>  // used in inline functions GetHitTrackIndex,GetHitHitIndex, and GetHitTrackAndHitIndex.
 
 class AliITS;
 class AliITShit;
-#include "TArrayI.h"
 
 
 class AliITSmodule:public TObject{
@@ -153,8 +153,8 @@ class AliITSmodule:public TObject{
     TArrayI      *fTrackIndex; // track index
     TArrayI      *fHitIndex; // hit index
 
-    ClassDef(AliITSmodule,1) // Copy the hits into a more useful order
-
+    ClassDef(AliITSmodule,0) // Copy the hits into a more useful order
+       // Version set to zero so that we do not write out this class.
 };
 
 #endif