11#include <tracking/trackingUtilities/findlets/base/Findlet.h>
12#include <tracking/trackingUtilities/eventdata/hits/CDCWireHit.h>
23 namespace TrackFindingCDC {
30 using Super = Findlet<TrackingUtilities::CDCWireHit&>;
The Module parameter list class.
BadBoardADCDetector()
Default constructor.
int m_badTOTaverageMin
Min TOT value for the average.
Findlet< TrackingUtilities::CDCWireHit & > Super
Type of the base class.
int m_badADCaverageMin
Min ADC value for the average.
std::string getDescription() final
Short description of the findlet.
void apply(std::vector< TrackingUtilities::CDCWireHit > &wireHits) final
Main algorithm marking hit as background.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
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.