10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
22 namespace TrackFindingCDC {
The Module parameter list class.
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.
Marks all hits that are not on the first loop of the track as background.
void apply(std::vector< CDCWireHit > &wireHits) final
Main algorithm marking the hit of higher loops as background.
void initialize() final
Signals the start of the event processing.
void beginEvent() final
Prepare the Monte Carlo information at the start of the event.
std::string getDescription() final
Short description of the findlet.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
double m_param_useNLoops
Parameter : Maximal fraction of loops of the mc particles trajectory needs to the hit to unblock it.
Abstract base class for different kinds of events.