In Config.C:
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 8 Jul 2010 11:13:17 +0000 (11:13 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 8 Jul 2010 11:13:17 +0000 (11:13 +0000)
- Activated TPC->SetPrimaryIonisation();
- Adding setting of max step in low density materials to 1 cm

test/vmctest/production/Config.C

index 6c1001afb18503c0b76454151adaa24ae3c4ad89..758d4ce7c20e8d337514576e52ca284c815a37d8 100644 (file)
@@ -242,7 +242,7 @@ void Config()
       //============================ TPC parameters =====================
 
         AliTPC *TPC = new AliTPCv2("TPC", "Default");
-       // TPC->SetPrimaryIonisation(); // not used with Geant3
+       TPC->SetPrimaryIonisation(); // not used with Geant3
     }
 
 
@@ -407,6 +407,7 @@ void Config()
   geant4->ProcessGeantCommand("/mcPhysics/setOpProcessActivation false");
   geant4->ProcessGeantCommand("/mcVerbose/composedPhysicsList 2");  
   geant4->ProcessGeantCommand("/mcTracking/skipNeutrino true");
+  geant4->ProcessGeantCommand("/mcDet/setMaxStepInLowDensityMaterials 1 cm");
 
   /*
   // Set PAI model for TPC (TPC_Ne-CO2-N-2)