]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSv5.h
New Cluster finding macro. Used by new AliITStest.C macro.
[u/mrichter/AliRoot.git] / ITS / AliITSv5.h
index 1e8bdb1e3af4bfb14816799e7738fa9c58efdb05..3bcb5bba5264a9d005cc3d312d937911119c04d7 100644 (file)
@@ -9,10 +9,8 @@
 //     Manager and hits classes for  ITS version 5
 ////////////////////////////////////////////////////////////////////////
 
-#include "TString.h"
 #include "TBRIK.h"
 #include "AliITS.h"
-#include "AliITSgeom.h"
 
 class AliITSv5 : public AliITS {
 
@@ -27,17 +25,11 @@ class AliITSv5 : public AliITS {
     virtual void  CreateMaterials();
     virtual void  Init();   
     virtual Int_t IsVersion() const {
-                                         // returns the ITS version number
-                                         return 5;
-                                                                                               }
+      // returns the ITS version number
+      return 5;
+    }
     virtual void  StepManager();
 
- private:
-    Int_t fId5N; // The number of layers for geometry version 5
-                 // The name of the layers as defined in the Geant tree.
-    char  **fId5Name; // They are the names of the sensitive volumes
-
-
 
     ClassDef(AliITSv5,1)//Hits manager for ITS version 5 Official detailed geometry
 };