From a260d998b846e3d60a4fb396eb50998e9acba41c Mon Sep 17 00:00:00 2001 From: morsch Date: Sat, 26 Jun 2004 08:46:56 +0000 Subject: [PATCH] Correction in defintion of air. --- STRUCT/AliFRAMEv2.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/STRUCT/AliFRAMEv2.cxx b/STRUCT/AliFRAMEv2.cxx index 439638fa25e..6026ed84baf 100644 --- a/STRUCT/AliFRAMEv2.cxx +++ b/STRUCT/AliFRAMEv2.cxx @@ -1273,10 +1273,11 @@ void AliFRAMEv2::CreateMaterials() Float_t wsteel[4] = { .715,.18,.1,.005 }; AliMixture(65, "STAINLESS STEEL$", asteel, zsteel, 7.88, 4, wsteel); - AliMaterial(5, "AIR$ ", 14.61, 7.3, .001205, 30423.24, 67500.); - AliMedium(65, "Stainless Steel", 65, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin); AliMixture(5, "AIR$ ", aAir, zAir, dAir,4, wAir); + AliMedium(65, "Stainless Steel", 65, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin); + AliMedium( 5, "Air", 5, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin); + } //_____________________________________________________________________________ -- 2.31.1