3.1.1.1.1.4. opengate.actor.ActorBase

3.1.1.1.1.4.1. Module Contents

3.1.1.1.1.4.1.1. Classes

ActorBase

Store user information about an actor

class opengate.actor.ActorBase.ActorBase(user_info)[source]

Bases: opengate.UserElement

Store user information about an actor

static set_default_user_info(user_info)[source]
__del__()[source]
__getstate__()[source]

This is important : to get actor’s outputs from a simulation run in a separate process, the class must be serializable (pickle). The engines (volume, actor, etc.) and G4 objects are also removed if exists.

initialize(simulation_engine_wr=None)[source]
__str__()[source]

Return str(self).