9 #ifndef KLMTRIGGERMODULE_H
10 #define KLMTRIGGERMODULE_H
12 #include <framework/core/Module.h>
13 #include <framework/datastore/StoreObjPtr.h>
14 #include <framework/database/DBObjPtr.h>
15 #include <trg/klm/dataobjects/KLMTrgSummary.h>
16 #include <trg/klm/dbobjects/KLMTriggerParameters.h>
38 virtual void event()
override;
39 virtual void endRun()
override;
48 int m_nLayerTrigger = 0;
49 std::vector<int> m_layerUsed;
50 std::string m_dummy_used_layers;
Class for accessing objects in the database.
virtual void terminate() override
This method is called at the end of the event processing.
virtual void initialize() override
Initialize the Module.
virtual void event() override
This method is the core of the module.
virtual void endRun() override
This method is called if the current run ends.
virtual void beginRun() override
Called when entering a new run.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.