]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSv11GeomCableRound.h
First version of the SDD DA calibration classes. AliITSOnlineSDDBase - for measuremen...
[u/mrichter/AliRoot.git] / ITS / AliITSv11GeomCableRound.h
index 44aef96b9ee66e291e010239044b4263506805bc..3d1bd1fc2f7cd9702639355795baa5e86fdcb72a 100644 (file)
@@ -29,8 +29,9 @@ class AliITSv11GeomCableRound : public AliITSv11GeomCable {
 
   void          AddCheckPoint( TGeoVolume *vol, Int_t iCheckPt,
                               Double_t *coord, Double_t *orthVect);
-  Int_t         CreateAndInsertCableSegment(Int_t p2);
-  Int_t         CreateAndInsertTorusSegment(Int_t p2, Double_t rotation=0);
+  TGeoVolume*   CreateAndInsertCableSegment(Int_t p2, TGeoCombiTrans** ct=0);
+  TGeoVolume*   CreateAndInsertTorusSegment(Int_t p2, Double_t rotation=0,
+                                           TGeoCombiTrans** ct=0);
   void          PrintCheckPoints() const;
 
   void          SetNLayers(Int_t nLayers);