 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/base/Findlet.h>
24 namespace TrackFindingCDC {
36 class WireHitMCMultiLoopBlocker :
public Findlet<CDCWireHit&> {
40 using Super = Findlet<CDCWireHit&>;
void initialize() final
Signals the start of the event processing.
std::string getDescription() final
Short description of the findlet.
Findlet< CDCWireHit & > Super
Type of the base class.
Abstract base class for different kinds of events.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
void apply(std::vector< CDCWireHit > &wireHits) final
Main algorithm marking the hit of higher loops as background.
double m_param_useNLoops
Parameter : Maximal fraction of loops of the mc particles trajectory needs to the hit to unblock it.
Class representing a hit wire in the central drift chamber.
The Module parameter list class.
void beginEvent() final
Prepare the Monte Carlo information at the start of the event.