From 51907e1929063118df32d4c4c4610441efd54eee Mon Sep 17 00:00:00 2001 From: belikov Date: Thu, 13 Feb 2014 18:11:49 +0100 Subject: [PATCH] Increasing the Rmax of the wrapper volumes, to eliminate the extrusions of the OB space frames --- ITS/UPGRADE/testITSUv1/CreateITSUv1.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- 2.43.0