 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
14 #include <framework/datastore/DataStore.h>
28 class BGOverlayInputModule :
public Module {
57 virtual void event()
override;
63 virtual void endRun()
override;
73 typedef std::vector<DataStore::StoreEntry*>
StoreEntries;
virtual ~BGOverlayInputModule()
Destructor.
BGOverlayInputModule()
Constructor.
virtual void beginRun() override
Called when entering a new run.
virtual void event() override
Event processor.
virtual void endRun() override
End-of-run action.
Abstract base class for different kinds of events.
virtual void initialize() override
Initialize the Module.
bool connectBranches()
Connect branches of the given event tree to the data store, except EventMetaData and all relations.
virtual void terminate() override
Termination action.