3.1.2.4. opengate.Simulation¶
3.1.2.4.1. Module Contents¶
3.1.2.4.1.1. Classes¶
Main class that store a simulation. |
- class opengate.Simulation.Simulation(name='simulation')[source]¶
Main class that store a simulation. It contains: - a set of global user parameters (SimulationUserInfo) - user parameters for Volume, Source, Actors and Filters, Physics - a list of g4 commands that will be set to G4 engine after the initialization
There is NO Geant4 engine here, it is only a set of parameters and options.