9 #include <svd/modules/svdSkims/SVD6SampleEventSkimModule.h>
10 #include <svd/dataobjects/SVDEventInfo.h>
24 SVD6SampleEventSkimModule::SVD6SampleEventSkimModule() :
Module()
27 setDescription(
"Skim Module for the SVD 6-sample acquired events, in either the 6-sample only or the 3-mixed-6 sample DAQ modes. ");
40 std::string m_svdEventInfoName =
"SVDEventInfo";
42 m_svdEventInfoName =
"SVDEventInfoSim";
44 if (!eventinfo) B2ERROR(
"No SVDEventInfo!");
46 if (eventinfo->getNSamples() == 6)
void setDescription(const std::string &description)
Sets the description of the module.
void setPropertyFlags(unsigned int propertyFlags)
Sets the flags for the module properties.
void setReturnValue(int value)
Sets the return value for this module as integer.
@ c_ParallelProcessingCertified
This module can be run in parallel processing mode safely (All I/O must be done through the data stor...
void event() override
Event processor.
Type-safe access to single objects in the data store.
bool isValid() const
Check whether the object was created.
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Abstract base class for different kinds of events.