]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove Fluka related Gstpar parameters. Waiting for new tests.
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Feb 2009 10:22:38 +0000 (10:22 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Feb 2009 10:22:38 +0000 (10:22 +0000)
TRD/AliTRD.cxx

index 9b2adbe88bf8b18ed5450817ab7d599ee0f74941..8e4aea270fa3345a55e1593e2c6bdfaa3747eb1f 100644 (file)
@@ -530,8 +530,9 @@ void AliTRD::Init()
   gMC->Gstpar((* fIdtmed)[9],"DRAY"    , 1.0);
   gMC->Gstpar((* fIdtmed)[9],"STRA"    , 1.0); 
   gMC->Gstpar((* fIdtmed)[9],"LOSS"    ,13.0);      // Specific energy loss
-  gMC->Gstpar((* fIdtmed)[9],"PRIMIO_E",23.53);     // 1st ionisation potential
-  gMC->Gstpar((* fIdtmed)[9],"PRIMIO_N",19.344431); // Number of primaries
+  // Parameters specific to Fluka
+  //gMC->Gstpar((* fIdtmed)[9],"PRIMIO_E",23.53);     // 1st ionisation potential
+  //gMC->Gstpar((* fIdtmed)[9],"PRIMIO_N",19.344431); // Number of primaries
 
 }