]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITSv11GeometrySupport.h
Remove dependence to RAW module in MUONraw library for online purpose (Christian)
[u/mrichter/AliRoot.git] / ITS / AliITSv11GeometrySupport.h
1 #ifndef ALIITSV11GEOMETRYSUPPORT_H
2 #define ALIITSV11GEOMETRYSUPPORT_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /*
7   $Id$
8  */
9 #include <AliITSv11Geometry.h>
10 class TGeoVolume;
11
12 class AliITSv11GeometrySupport : public AliITSv11Geometry {
13   public:
14     AliITSv11GeometrySupport(){};
15     AliITSv11GeometrySupport(Bool_t debug):AliITSv11Geometry(debug){};
16     virtual ~AliITSv11GeometrySupport(){};
17     //
18     virtual void SPDCone(TGeoVolume *Moth);
19     virtual void SPDThermalSheald(TGeoVolume *Moth);
20     virtual void SDDCone(TGeoVolume *Moth);
21     virtual void SSDCone(TGeoVolume *Moth);
22     virtual void ServicesCableSupport(TGeoVolume *Moth);
23
24   private:
25     ClassDef(AliITSv11GeometrySupport,1) // ITS v11 Support geometry
26 };
27
28 #endif