]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Modification for XeCO2 (staggling) by Alex
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Sep 2006 10:34:27 +0000 (10:34 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Sep 2006 10:34:27 +0000 (10:34 +0000)
TRD/AliTRD.cxx

index 3890c2aa9e31a178fa534ab93d65e32c5abf99bd..81fab43b8b5a3b5283530b6430686ef893afe55b 100644 (file)
@@ -648,6 +648,10 @@ void AliTRD::CreateMaterials()
   AliMedium(25, "Serv-Cu" ,   5, 0, isxfld, sxmgmx
                 , tmaxfd, stemax, deemax, epsil, stmin);
 
+  // Special tracking options for charged particles for XeCO2
+  gMC->Gstpar((* fIdtmed)[9],"DRAY",1.0);
+  gMC->Gstpar((* fIdtmed)[9],"STRA",1.0); 
+
   // Save the density values for the TRD absorbtion
   fFoilDensity = dmy;
   fGasDensity  = dgm;