From: belikov Date: Thu, 13 Feb 2014 17:11:49 +0000 (+0100) Subject: Increasing the Rmax of the wrapper volumes, to eliminate the extrusions of the OB... X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=51907e1929063118df32d4c4c4610441efd54eee Increasing the Rmax of the wrapper volumes, to eliminate the extrusions of the OB space frames --- diff --git a/ITS/UPGRADE/testITSUv1/CreateITSUv1.C b/ITS/UPGRADE/testITSUv1/CreateITSUv1.C index 6ef131eaeb8..ca08116745f 100644 --- a/ITS/UPGRADE/testITSUv1/CreateITSUv1.C +++ b/ITS/UPGRADE/testITSUv1/CreateITSUv1.C @@ -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;iwDefineWrapVolume(iw,wrpRMin[iw],wrpRMax[iw],wrpZSpan[iw]);