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 /////////////////////////////////////////////////////////
14 class AliITSv1 : public AliITS {
17 Int_t fId1N; // The number of layers for geometry version 5
18 // The name of the layers as defined in the Geant tree.
23 AliITSv1(const char *name, const char *title);
25 virtual void BuildGeometry(); // for event display
26 virtual void CreateGeometry(); // for Geant simulation
27 virtual void CreateMaterials(); // for Geant simulation
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