10#include <framework/core/Module.h>
12#include <framework/database/DBObjPtr.h>
14#include <simulation/dbobjects/ROISimulationParameters.h>
29 void event()
override;
Class for accessing objects in the database.
Module which sets its return value based on the payload whether ROI-finding was enabled for the given...
void event() override
Returns true, if ROI-finding is enabled.
bool m_roiEnabled
Internal condition: true if run/exp is in IoV.
DBObjPtr< ROISimulationParameters > m_ROISimulationParameters
Configuration parameters for ROIs.
ROIfindingConditionFromDBModule()
Add the module parameters and the description.
Abstract base class for different kinds of events.