You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current selection logic is quite hard coded.
The selection of available physics lists is predefined in RMGPhysics.cc with switch case.
For a more modern design, we should switch to use G4PhysListFactory.
Should be super simple, just copy it from g4simple and add a default option to the macro command.
The text was updated successfully, but these errors were encountered:
The current selection logic is quite hard coded.
The selection of available physics lists is predefined in RMGPhysics.cc with switch case.
For a more modern design, we should switch to use
G4PhysListFactory
.Should be super simple, just copy it from g4simple and add a default option to the macro command.
The text was updated successfully, but these errors were encountered: