]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Increasing the Rmax of the wrapper volumes, to eliminate the extrusions of the OB...
authorbelikov <Iouri.Belikov@cern.ch>
Thu, 13 Feb 2014 17:11:49 +0000 (18:11 +0100)
committerbelikov <Iouri.Belikov@cern.ch>
Thu, 13 Feb 2014 17:11:49 +0000 (18:11 +0100)
ITS/UPGRADE/testITSUv1/CreateITSUv1.C

index 6ef131eaeb846c030c70b429c3672e97a93dcdbf..ca08116745f1e8baa301947da4ead49d877d24a7 100644 (file)
@@ -104,7 +104,7 @@ void CreateITSUv1()
   //
   const int kNWrapVol = 3;
   const double wrpRMin[kNWrapVol]  = { 2.1, 15.0, 32.0};
-  const double wrpRMax[kNWrapVol]  = { 7.0, 27.0, 43.0};
+  const double wrpRMax[kNWrapVol]  = { 7.0, 27.0+2.5, 43.0+1.5};
   const double wrpZSpan[kNWrapVol] = {28.0, 96.0, 158.0};
   ITS->SetNWrapVolumes(kNWrapVol); // define wrapper volumes for layers
   for (int iw=0;iw<kNWrapVol;iw++) ITS->DefineWrapVolume(iw,wrpRMin[iw],wrpRMax[iw],wrpZSpan[iw]);