 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
33 class RandomBarrierModule :
public Module {
47 virtual void endRun()
override;
48 virtual void event()
override;
virtual void terminate() override
This method is called at the end of the event processing.
virtual void event() override
This method is the core of the module.
virtual void initialize() override
Initialize the Module.
virtual void endRun() override
This method is called if the current run ends.
Abstract base class for different kinds of events.
RandomBarrierModule()
Constructor.
Sets gRandom to an independent generator for the following modules.
virtual void beginRun() override
Called when entering a new run.