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 3 //
10 /////////////////////////////////////////////////////////
14 class AliITSv3 : public AliITS {
17 Int_t fId3N; // The number of layers for geometry version 5
18 // The name of the layers as defined in the Geant tree.
22 Int_t fMinorVersionV3; //Minor version identifier
26 AliITSv3(const char *name, const char *title);
28 virtual void BuildGeometry(); // for event display
29 virtual void CreateGeometry(); // for Geant simulation
30 virtual void CreateMaterials();// for Geant simulation
32 virtual Int_t IsVersion() const {return 3;}
33 virtual void SetMinorVersion(Int_t version) {fMinorVersionV3=version;}
34 virtual void StepManager();
36 ClassDef(AliITSv3,1) //Hits manager for set:ITS version 3, TP detailed geometry