]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrected bug in the gas density correction
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 30 Mar 2010 13:10:45 +0000 (13:10 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 30 Mar 2010 13:10:45 +0000 (13:10 +0000)
TPC/AliTPC.cxx

index a2948ae7139e4c31c9bc5afb01846d2b4121f7fc..15d81f260ab93bad912fef25ea7c90335f6ea988 100644 (file)
@@ -259,7 +259,7 @@ void AliTPC::CreateMaterials()
   wmat[0]=0.2729;
   wmat[1]=0.7271;
 
-  density=0.0018872;
+  density=0.001754609;
 
 
   AliMixture(10,"CO2",amat,zmat,density,2,wmat);
@@ -304,7 +304,7 @@ void AliTPC::CreateMaterials()
   wmat[2]=0.128469474;
   wmat[3]=0.058395789;
  
-  density=0.0009733;
+  density=0.000904929;
 
   AliMixture(12,"Ne-CO2-N-1",amat,zmat,density,4,wmat);
   AliMixture(13,"Ne-CO2-N-2",amat,zmat,density,4,wmat);