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 set: ITS version 1 //
10 /////////////////////////////////////////////////////////
13 #include "AliITSgeom.h"
15 class AliITSv1 : public AliITS {
18 Int_t fId1N; // The number of layers for geometry version 5
19 // The name of the layers as defined in the Geant tree.
24 AliITSv1(const char *name, const char *title);
26 virtual void CreateGeometry();
27 virtual void CreateMaterials();
29 virtual Int_t IsVersion() const {return 1;}
30 virtual void DrawModule();
31 virtual void StepManager();
33 ClassDef(AliITSv1,1) //Hits manager for set:ITS version 1 cource Geometry