9#include <tracking/trackFindingCDC/findlets/minimal/HitReclaimer.h>
10#include <tracking/trackFindingCDC/eventdata/hits/CDCWireHit.h>
13using namespace TrackFindingCDC;
24 return "A small findlet that removes flags from hits not accepted by conventional tracking.";
30 if (wireHit->hasBackgroundFlag() or wireHit->hasMaskedFlag()) {
31 wireHit->unsetTakenFlag();
Class representing a hit wire in the central drift chamber.
void initialize() override
Receive and dispatch signal before the start of the event processing.
void initialize() final
Initialisation before the event processing starts.
void apply(const std::vector< CDCWireHit > &wireHits)
Execute over wireHits.
std::string getDescription() final
Short description of the findlet.
HitReclaimer()
Constructor.
Abstract base class for different kinds of events.