Template Class RMGWorkerInitialization¶
Defined in File RMGWorkerInitialization.hh
Inheritance Relationships¶
Base Type¶
public ThreadInitialization
Class Documentation¶
-
template<typename ThreadInitialization>
class RMGWorkerInitialization : public ThreadInitialization¶ Worker-thread initialization that honours remage’s RNG configuration.
Mixin template parameterized on a Geant4 worker initialization (e.g.
G4UserWorkerThreadInitializationorG4UserTaskThreadInitialization). When the user has explicitly selected a random engine through RMGManager, that engine is installed on the worker thread; otherwise Geant4’s default per-thread seeding strategy is used.