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 class AliITSvtest : public AliITS {
19 AliITSvtest(const char *fileeuc,const char *filetme,
20 const char *name, const char *title);
21 AliITSvtest(const AliITSvtest &source); // copy constructor
22 AliITSvtest& operator=(const AliITSvtest &source); // assignment operator
23 virtual ~AliITSvtest() ;
24 virtual void CreateGeometry();
25 virtual void CreateMaterials();
27 virtual Int_t IsVersion() const {
28 // returns the ITS version number
31 virtual void StepManager();
34 Int_t fIdTestN; // The number of layers for test geometry version
35 // The name of the layers as defined in the Geant tree.
36 TString *fIdTestName; // They are the names of the sensitive volumes
40 ClassDef(AliITSvtest,1) //Hits manager for ITS test version, Private ITS class for different test geometries