1 #ifndef ALIITSGEOMSPD_H
2 #define ALIITSGEOMSPD_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
12 class AliITSgeomSPD: public TObject {
14 // define shape of active area using ROOT shapes so that they can
15 // be easly plotted. Inputs to TBRIK are
16 // Shape name (what ever that is)
17 // Shape title (what ever that means)
18 // name of material (something I took from ITSgeometry.tme file
19 // dx => 1/2 thickness of wafer's active volume (cm)
20 // dy => 1/2 r*phi size of active volume (cm)
21 // dz => 1/2 size of active volume (cm)
23 // Other infomation like.
24 // Float_t fPitchZ; // cm
25 // Float_t fPitchY; // cm
26 // Float_t fCellZ; // cm
27 // Float_t fCellY; // cm
28 // or what other or different information that is needed.
35 virtual ~AliITSgeomSPD(){};
36 TBRIK *GetShape() const {return fShapeSPD;}
39 Float_t GetDx() const {return dx;}
40 Float_t GetDy() const {return dy;}
41 Float_t GetDz() const {return dz;}
43 ClassDef(AliITSgeomSPD,1) // ITS SPD detector geometry class