 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
14 #include <framework/datastore/StoreArray.h>
15 #include <framework/datastore/SelectSubset.h>
16 #include <tracking/dataobjects/ROIid.h>
17 #include <svd/dataobjects/SVDShaperDigit.h>
33 class SVDShaperDigitFilterModule :
public Module {
50 void event()
override;
StoreArray< ROIid > m_ROIs
rois store array
std::string m_SVDShaperDigitsInsideROIName
The name of the StoreArray of Filtered SVDShaperDigits.
Class to create a subset of a given StoreArray together with the relations with other StoreArrays.
bool m_CreateOutside
if set, create list of outside pixels, too
std::string m_SVDShaperDigitsName
The name of the StoreArray of SVDShaperDigits to be filtered.
void initialize() override
register new SVDSShaperDigits store arrays (inside/ouside ROIs)
Abstract base class for different kinds of events.
SelectSubset< SVDShaperDigit > m_selectorIN
selector of the subset of SVDShaperDigits contained in the ROIs
SelectSubset< SVDShaperDigit > m_selectorOUT
selector of the subset of SVDShaperDigits NOT contained in the ROIs
void event() override
Filtering of digits inside/outside ROIs.
StoreArray< SVDShaperDigit > m_SVDShaperDigits
The SVDShaperDigits to be filtered.
~SVDShaperDigitFilterModule()
Destructor.
Accessor to arrays stored in the data store.
SVDShaperDigitFilterModule()
Constructor: Sets the description, the properties and the parameters of the module.
std::string m_SVDShaperDigitsOutsideROIName
The name of the StoreArray of Filtered SVDShaperDigits.
std::string m_ROIidsName
The name of the StoreArray of ROIs.