From: fca Date: Wed, 4 Aug 1999 13:44:44 +0000 (+0000) Subject: User correct weight for atomes making up Al2O3 X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=c4cef9e59156fa6d4aead10dea22b7cee9671b2e;ds=sidebyside User correct weight for atomes making up Al2O3 --- diff --git a/START/AliSTARTv0.cxx b/START/AliSTARTv0.cxx index a570b2ceb3f..ebca267a187 100755 --- a/START/AliSTARTv0.cxx +++ b/START/AliSTARTv0.cxx @@ -234,7 +234,7 @@ void AliSTARTv0::CreateMaterials() AliMaterial(1, "START Vacuum$", 1.e-16,1.e-16,1.e-16,1.e16,999); AliMaterial(2, "START Air$", 14.61, 7.3, .001205, 30423.,999); - AliMixture( 3, "Al2O3 $", aal2o3, zal2o3, denscer, -2, wcer); + AliMixture( 3, "Al2O3 $", aal2o3, zal2o3, denscer, -2, wal2o3); AliMixture( 4, "PMT glass $",aglass,zglass,dglass,-2,wglass); char namate[21]; gMC->Gfmate((*fIdmate)[3], namate, a, z, d, radl, absl, buf, nbuf);