10#include <tracking/trackFindingCDC/findlets/base/Findlet.h>
21 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 hits as background based on simple heuristics.
void apply(std::vector< CDCWireHit > &wireHits) final
Main algorithm marking hit as background.
double m_param_noiseChargeDeposit
Parameter : Threshold below, which hits are consider electronic noise background.
std::string getDescription() final
Short description of the findlet.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
bool m_param_blockNegativeDriftLength
Parameter : Switch to drop negative drift lengths from the created wire hits.
Abstract base class for different kinds of events.