From: cblume Date: Fri, 1 Sep 2006 07:26:06 +0000 (+0000) Subject: Check material definition for gas mixture X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=de8430c751923986f11f56a0dfef3446003a292d;p=u%2Fmrichter%2FAliRoot.git Check material definition for gas mixture --- diff --git a/TRD/AliTRD.cxx b/TRD/AliTRD.cxx index debb130ec72..3890c2aa9e3 100644 --- a/TRD/AliTRD.cxx +++ b/TRD/AliTRD.cxx @@ -532,7 +532,6 @@ void AliTRD::CreateMaterials() // For Xe/CO2-gas-mixture Float_t aXeCO2[3] = { 131.29 , 12.0107 , 15.9994 }; Float_t zXeCO2[3] = { 54.0 , 6.0 , 8.0 }; - // Move to number of atoms Float_t wXeCO2[3] = { 8.5 , 1.5 , 3.0 }; // Xe-content of the Xe/CO2-mixture (85% / 15%) Float_t fxc = 0.85;