Skip to content
Snippets Groups Projects
Commit 788d6ff6 authored by flavigny's avatar flavigny
Browse files

* fixing npsimulation default cut off

parent c585ec8b
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
PhysicsList::PhysicsList() : G4VModularPhysicsList(){ PhysicsList::PhysicsList() : G4VModularPhysicsList(){
m_EmList = "Option4"; m_EmList = "Option4";
defaultCutValue = 0.01*mm;//0.2*mm; defaultCutValue = 1*mm;//0.2*mm;
opticalPhysicsList = NULL; opticalPhysicsList = NULL;
ReadConfiguration("PhysicsListOption.txt"); ReadConfiguration("PhysicsListOption.txt");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment