11#include <cdc/dbobjects/CDCBadBoards.h>
12#include <framework/database/DBObjPtr.h>
13#include <tracking/trackingUtilities/findlets/base/Findlet.h>
14#include <tracking/trackingUtilities/eventdata/hits/CDCWireHit.h>
25 namespace TrackFindingCDC {
32 using Super = Findlet<TrackingUtilities::CDCWireHit&>;
Database object for bad boards.
Class for accessing objects in the database.
The Module parameter list class.
BadBoardADCDetector()
Default constructor.
int m_badTOTaverageMin
Min TOT value for the average.
void initialize() final
Initialization.
void beginRun() final
begin run
Findlet< TrackingUtilities::CDCWireHit & > Super
Type of the base class.
int m_badADCaverageMin
Min ADC value for the average.
DBObjPtr< CDCBadBoards > m_badBoardsFromDB
Pointer to the CDCBadBoards payload.
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.
int m_badADCaverageMax
Max ADC value for the average.
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.