 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
23 namespace TrackFindingCDC {
27 class WireHitBackgroundBlocker :
public Findlet<CDCWireHit&> {
31 using Super = Findlet<CDCWireHit&>;
bool m_param_blockNegativeDriftLength
Parameter : Switch to drop negative drift lengths from the created wire hits.
void apply(std::vector< CDCWireHit > &wireHits) final
Main algorithm marking hit as background.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
Abstract base class for different kinds of events.
std::string getDescription() final
Short description of the findlet.
Class representing a hit wire in the central drift chamber.
The Module parameter list class.
double m_param_noiseChargeDeposit
Parameter : Threshold below, which hits are consider electronic noise background.
Findlet< CDCWireHit & > Super
Type of the base class.