3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
8 ////////////////////////////////////////////////////////////////////////
9 // Manager and hits classes for ITS version 5
10 ////////////////////////////////////////////////////////////////////////
15 #include "AliITSgeom.h"
17 class AliITSv5 : public AliITS {
19 Int_t fId5N; // The number of layers for geometry version 5
20 // The name of the layers as defined in the Geant tree.
25 AliITSv5(const char *name, const char *title);
27 virtual void CreateGeometry();
28 virtual void CreateMaterials();
30 virtual Int_t IsVersion() const {return 5;}
31 virtual void StepManager();
33 ClassDef(AliITSv5,1) //Hits manager for ITS version 5 Official detailed geometry