From: schutz Date: Thu, 10 May 2001 16:14:25 +0000 (+0000) Subject: overlapp between PUCP and PTCB corrected X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=6ffe346e599d89ebb48b7597e20da27b9c7b2e12;hp=4591f0670c739a3786908257d6a6c38272c7a345;ds=sidebyside overlapp between PUCP and PTCB corrected --- diff --git a/PHOS/AliPHOSv0.cxx b/PHOS/AliPHOSv0.cxx index 9d24e78af5d..97af9321530 100644 --- a/PHOS/AliPHOSv0.cxx +++ b/PHOS/AliPHOSv0.cxx @@ -914,9 +914,9 @@ void AliPHOSv0::CreateGeometryforPHOS() gMC->Gsvolu("PUCP", "BOX ", idtmed[701], dpucp,3) ; - yO = ( fGeom->GetAirFilledBoxSize(1) - fGeom->GetUpperCoolingPlateThickness() ) / 2. - - ( fGeom->GetIPtoCrystalSurface() - fGeom->GetIPtoOuterCoverDistance() - fGeom->GetModuleBoxThickness() - - fGeom->GetUpperPlateThickness() - fGeom->GetSecondUpperPlateThickness() - fGeom->GetUpperCoolingPlateThickness() ) ; + yO = fGeom->GetAirFilledBoxSize(1) / 2. + -( fGeom->GetIPtoCrystalSurface() - fGeom->GetIPtoOuterCoverDistance() - fGeom->GetModuleBoxThickness() + -fGeom->GetUpperPlateThickness() - fGeom->GetSecondUpperPlateThickness() - fGeom->GetUpperCoolingPlateThickness() ) ; gMC->Gspos("PUCP", 1, "PAIR", 0.0, yO, 0.0, 0, "ONLY") ;