]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/AliTRDgeometryHole.h
Include the new TRD classes
[u/mrichter/AliRoot.git] / TRD / AliTRDgeometryHole.h
1 #ifndef TRDgeometryHole_h
2 #define TRDgeometryHole_h
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 #include "AliTRDgeometry.h"
9
10 class AliTRDgeometryHole : public AliTRDgeometry {
11
12  public:
13
14   AliTRDgeometryHole();
15   ~AliTRDgeometryHole();
16
17   virtual void    CreateGeometry(Int_t *); 
18   virtual Int_t   IsVersion() const { return 0; };
19   virtual void    Init();
20
21  protected:
22
23   Float_t         fClengthI[kNplan];               // Length of the inner chambers
24   Float_t         fClengthM1[kNplan];              // Length of the middle chambers
25   Float_t         fClengthM2[kNplan];              // 
26   Float_t         fClengthO1[kNplan];              // Length of the outer chambers
27   Float_t         fClengthO2[kNplan];              // 
28   Float_t         fClengthO3[kNplan];              // 
29
30   ClassDef(AliTRDgeometryHole,1)                   // TRD geometry with hole
31
32 };
33
34 #endif