3.1.2.3. opengate.RunAction

3.1.2.3.1. Module Contents

3.1.2.3.1.1. Classes

RunAction

User action at begin and end of run.

class opengate.RunAction.RunAction[source]

Bases: opengate_core.G4UserRunAction

User action at begin and end of run. Every time a run begin/end, the G4 engine call BeginOfRunAction and EndOfRunAction. The callback is then forwarded to all actors that need it.

__del__()[source]
register_actor(actor)[source]
BeginOfRunAction(run)[source]
EndOfRunAction(run)[source]