Beispiel #1
0
void Physics::SetCuts() {

   // G4VUserPhysicsList::SetCutsWithDefault method sets 
   // the default cut value for all particle types.

   SetCutsWithDefault();
     
   if( verboseLevel > 0 ) DumpCutValuesTable();
}
void PhysicsList::SetCuts() {
	G4ProductionCutsTable::GetProductionCutsTable()->SetEnergyRange(100*eV,10*GeV);
	if ( verboseLevel > 0 ) { DumpCutValuesTable(); }
}