From 9d5c07b4783ae912ea3a159aed92e1da9186d790 Mon Sep 17 00:00:00 2001 From: morsch Date: Fri, 16 Mar 2001 16:26:05 +0000 Subject: [PATCH] Put vacuum in beam-pipe not air. --- STRUCT/AliSHILv0.cxx | 9 +++++++-- STRUCT/AliSHILvF.cxx | 5 ++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/STRUCT/AliSHILv0.cxx b/STRUCT/AliSHILv0.cxx index 70d970cf0b4..88750cdd41c 100644 --- a/STRUCT/AliSHILv0.cxx +++ b/STRUCT/AliSHILv0.cxx @@ -15,6 +15,11 @@ /* $Log$ +Revision 1.11 2000/10/27 15:21:24 morsch +Shield composition after muon project leader meeting: 24/10/2000 +- 1 cm recess in steel for station 3 +- no heavy shielding between chambers for stations 1 and 2 + Revision 1.10 2000/10/02 21:28:15 fca Removal of useless dependecies via forward declarations @@ -122,7 +127,7 @@ void AliSHILv0::CreateGeometry() #include "SHILConst.h" enum {kC=1705, kAl=1708, kFe=1709, kCu=1710, kW=1711, kPb=1712, - kNiCuW=1720, kVacuum=1714, kAir=1714, kConcrete=1716, + kNiCuW=1720, kVacuum=1715, kAir=1714, kConcrete=1716, kPolyCH2=1717, kSteel=1709, kInsulation=1713}; // // Material of the rear part of the shield @@ -944,7 +949,7 @@ enum {kC=1705, kAl=1708, kFe=1709, kCu=1710, kW=1711, kPb=1712, tpar[0]=0.; tpar[1]=R43; tpar[2]=50.; - gMC->Gsvolu("YAEM", "TUBE", idtmed[kAir], tpar, 3); + gMC->Gsvolu("YAEM", "TUBE", idtmed[kVacuum], tpar, 3); tpar[0]=rAbs; tpar[1]=R43; tpar[2]=50.; diff --git a/STRUCT/AliSHILvF.cxx b/STRUCT/AliSHILvF.cxx index d586c448737..732ef0728f6 100644 --- a/STRUCT/AliSHILvF.cxx +++ b/STRUCT/AliSHILvF.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.4 2001/01/31 11:55:27 hristov +Loop variables declared once (required by HP) + Revision 1.3 2001/01/30 12:28:27 morsch Recess station 1 changed do make space for chambers. @@ -83,7 +86,7 @@ void AliSHILvF::CreateGeometry() #include "SHILConst.h" enum {kC=1705, kAl=1708, kFe=1709, kCu=1710, kW=1711, kPb=1712, - kNiCuW=1720, kVacuum=1714, kAir=1714, kConcrete=1716, + kNiCuW=1720, kVacuum=1715, kAir=1714, kConcrete=1716, kPolyCH2=1717, kSteel=1709, kInsulation=1713}; // // Material of the rear part of the shield -- 2.31.1