]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSv11GeometrySPD.h
Fix for copy/paste error
[u/mrichter/AliRoot.git] / ITS / AliITSv11GeometrySPD.h
index 4fa85f39d87fcc6e14bbf4ccc035a76dd021ec7f..ae9cbd351abce1b11f170b0a300a6353c9d0de58 100644 (file)
@@ -43,21 +43,6 @@ class AliITSv11GeometrySPD : public AliITSv11Geometry
     // Destructor
     virtual ~AliITSv11GeometrySPD() {};
 
-    /* Settings */
-
-    // define/create materials
-    virtual Int_t CreateSPDCentralMaterials(Int_t &medOffset,
-                                            Int_t &matOffset) const;
-    /* Monitoring */
-
-    // creates standard figures for the documentation of this class
-    virtual void CreateFigure0(const Char_t *path = "",
-                               const Char_t *type = "gif",
-                               TGeoManager *mgr = gGeoManager) const;
-    // fill TPolylines with crossections of the SPD Carbon fiber sectors.
-    Bool_t Make2DCrossSections(TPolyLine &a0, TPolyLine &a1, TPolyLine &b0,
-                               TPolyLine &b1, TPolyMarker &p) const;
-
     /* Services */
 
     // get names
@@ -91,8 +76,6 @@ class AliITSv11GeometrySPD : public AliITSv11Geometry
     virtual TGeoVolume* CreateClip(TArrayD &sizes,Bool_t isDummy,
                                    TGeoManager *mgr = gGeoManager) const;
     // the grounding foil (splitted in many components)
-    //virtual TGeoVolumeAssembly* CreateGroundingFoilSingle(Int_t type,
-    //                 TArrayD &sizes, TGeoManager *mgr = gGeoManager) const;
     virtual  TGeoCompositeShape* CreateGroundingFoilShape(Int_t itype,
         Double_t &length,Double_t &width,Double_t thickness,TArrayD &sizes);
     virtual TGeoVolumeAssembly* CreateGroundingFoil(Bool_t isRight, TArrayD &sizes,
@@ -106,11 +89,12 @@ class AliITSv11GeometrySPD : public AliITSv11Geometry
     // the extender complicated geometry
     virtual TGeoVolume* CreateExtender(const Double_t *params,
                               const TGeoMedium *medium, TArrayD &sizes) const;
-    // the Pixel Bus & extenders (old method which will be removed)
-    virtual TGeoVolumeAssembly* CreatePixelBusAndExtensions(Bool_t zpos=kTRUE,
+                                        
+    virtual TGeoVolume* CreatePatchPanel(TArrayD &sizes,
                                         TGeoManager *mgr = gGeoManager) const;
 
-    virtual TList* CreateConeModule(TGeoManager *mgr = gGeoManager) const;
+    virtual TList* CreateConeModule(const Double_t angle,
+                                   TGeoManager *mgr = gGeoManager) const;
     virtual void CreateCones(TGeoVolume *moth) const;
     // a half-stave (put together ladders + MCM + bus, and add clips
     // if requested)