X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSv3.cxx;h=afe540f45c5bfc7210882be151d4bdaf917bed5d;hb=3a15a09e46edae8635e85a5d1f85c0f4b27cfaaf;hp=d0f154435e35196edba195edc7c4d32aa027fcf2;hpb=4d9d5cbda91648c7a4dd8e55cefe27a9761328e7;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSv3.cxx b/ITS/AliITSv3.cxx index d0f154435e3..afe540f45c5 100644 --- a/ITS/AliITSv3.cxx +++ b/ITS/AliITSv3.cxx @@ -15,6 +15,10 @@ /* $Log$ +Revision 1.11.4.3 2000/04/04 14:18:03 nilsen +Fixed volume error with vomule SFR5. Loop positioning this volume is now from +<=23 (was <=24). This may not be the final version. + Revision 1.11.4.2 2000/03/04 23:46:02 nilsen Fixed up the comments/documentation. @@ -2602,7 +2606,11 @@ void AliITSv3::CreateGeometry(){ xpos = -dsrv[0] + .47 + TMath::Sqrt(3.) / 6. * 4.2; ypos = 0.; - for (j = 1; j <= 24; ++j) { + for (j = 1; j <= 23; ++j) { // Loop was to 24. Changed to 23 to fit inside + // volume SSV1. This is the same number of + // elements as SCH5 above. Done Bjorn S. Nilsen + // April 4 2000. Error found by Ivana + // Hrivnacova March 29 2000. zpos = ((j - 1) - 11.) * 3.91 - -4.2/2.; gMC->Gspos("SFR5", j, "SSV1", xpos, ypos, zpos, 0, "ONLY"); }