9 #include <svd/modules/svdSkims/SVD6SampleEventSkimModule.h>
10 #include <svd/dataobjects/SVDEventInfo.h>
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. ");
28 setPropertyFlags(c_ParallelProcessingCertified);
33 void SVD6SampleEventSkimModule::event()
40 std::string m_svdEventInfoName =
"SVDEventInfo";
42 m_svdEventInfoName =
"SVDEventInfoSim";
44 if (!eventinfo) B2ERROR(
"No SVDEventInfo!");
46 if (eventinfo->getNSamples() == 6)
49 setReturnValue(retvalue);
SVD 6-sample event skim module.
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.