11 #include <svd/modules/svdSkims/SVD6SampleEventSkimModule.h>
12 #include <svd/dataobjects/SVDEventInfo.h>
29 setDescription(
"Skim Module for the SVD 6-sample acquired events, in either the 6-sample only or the 3-mixed-6 sample DAQ modes. ");
30 setPropertyFlags(c_ParallelProcessingCertified);
35 void SVD6SampleEventSkimModule::event()
42 std::string m_svdEventInfoName =
"SVDEventInfo";
44 m_svdEventInfoName =
"SVDEventInfoSim";
46 if (!eventinfo) B2ERROR(
"No SVDEventInfo!");
48 if (eventinfo->getNSamples() == 6)
51 setReturnValue(retvalue);