From c4cef9e59156fa6d4aead10dea22b7cee9671b2e Mon Sep 17 00:00:00 2001 From: fca Date: Wed, 4 Aug 1999 13:44:44 +0000 Subject: [PATCH] User correct weight for atomes making up Al2O3 --- START/AliSTARTv0.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.31.1