]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITSv11GeometrySupport.h
plitting of drift speed (updated at every physics run) from other calibration paramet...
[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(Int_t debug):AliITSv11Geometry(debug){};
16     virtual ~AliITSv11GeometrySupport(){};
17     //
18     virtual void SPDCone(TGeoVolume *moth,TGeoManager *mgr=gGeoManager);
19     virtual void SPDThermalSheald(TGeoVolume *moth,
20                           TGeoManager *mgr=gGeoManager); // called by SPDCone.
21     virtual void SDDCone(TGeoVolume *moth,TGeoManager *mgr=gGeoManager);
22     virtual void SSDCone(TGeoVolume *moth,TGeoManager *mgr=gGeoManager);
23     virtual void ServicesCableSupport(TGeoVolume *moth,
24                                       TGeoManager *mgr=gGeoManager);
25
26   private:
27     ClassDef(AliITSv11GeometrySupport,1) // ITS v11 Support geometry
28 };
29
30 #endif