]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correction in defintion of air.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 26 Jun 2004 08:46:56 +0000 (08:46 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 26 Jun 2004 08:46:56 +0000 (08:46 +0000)
STRUCT/AliFRAMEv2.cxx

index 439638fa25ea89317ac9ed3d491e5ff77ac17400..6026ed84baf4bd47194ce6953b3d4d968bd9cb92 100644 (file)
@@ -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);
+
 }
 
 //_____________________________________________________________________________