11#include <framework/datastore/SelectSubset.h>
12#include <tracking/trackingUtilities/findlets/base/Findlet.h>
15#include <framework/datastore/StoreArray.h>
16#include <framework/datastore/StoreObjPtr.h>
18#include <cdc/dataobjects/CDCHit.h>
19#include <tracking/trackingUtilities/eventdata/hits/CDCWireHit.h>
26 namespace TrackingUtilities {
Class containing the result of the unpacker in raw data and the result of the digitizer in simulation...
The Module parameter list class.
Class to create a subset of a given StoreArray together with the relations with other StoreArrays.
Accessor to arrays stored in the data store.
SelectSubset< CDCHit > m_cdc_selector
Selector for CDC hits.
void initialize() final
Initialize.
Findlet< const CDCWireHit > Super
Type of the base class.
std::string getDescription() final
Short description of the findlet.
CDCHitsRemover()=default
Constructor.
void apply(const std::vector< CDCWireHit > &wireHits) override
Event processor.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
StoreArray< CDCHit > m_cdcHits
CDC hits.
Class representing a hit wire in the central drift chamber.
Interface for a minimal algorithm part that wants to expose some parameters to a module.
Abstract base class for different kinds of events.