]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix in Z and Phi position of the wings on the SSD support cone (M. Sitta)
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Feb 2009 17:54:31 +0000 (17:54 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Feb 2009 17:54:31 +0000 (17:54 +0000)
ITS/AliITSv11GeometrySupport.cxx

index 7eb1f4c1b5bb49957add0d606a7657a82ed7468c..5d57af0cf72cfb5ea11d7aba504404ed027baa74 100644 (file)
@@ -2209,8 +2209,8 @@ void AliITSv11GeometrySupport::SSDCone(TGeoVolume *moth,TGeoManager *mgr)
   vC->AddNode(cfcone,1,new TGeoTranslation(0,0,-kConeZPosition));
 
   for (Int_t i=0; i<4; i++) {
-    Double_t thetaW = kThetaWing + 90.*i;
-    vC->AddNode(wing, i+1, new TGeoCombiTrans(0, 0, -kConeZPosition
+    Double_t thetaW = kThetaWing + 90.*i + angleWideWing/2.;
+    vC->AddNode(wing, i+1, new TGeoCombiTrans(0, 0, -kConeZPosition+kWingHalfThick,
                           new TGeoRotation("",thetaW,180,0)));
   }