 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/minimal/WireHitCreator.h>
13 #include <tracking/trackFindingCDC/findlets/minimal/WireHitBackgroundBlocker.h>
14 #include <tracking/trackFindingCDC/findlets/minimal/WireHitBackgroundDetector.h>
15 #include <tracking/trackFindingCDC/findlets/minimal/WireHitMCMultiLoopBlocker.h>
16 #include <tracking/trackFindingCDC/findlets/minimal/AsicBackgroundDetector.h>
18 #include <tracking/trackFindingCDC/eventdata/hits/CDCWireHit.h>
28 namespace TrackFindingCDC {
32 class WireHitPreparer :
public Findlet<CDCWireHit> {
36 using Super = Findlet<CDCWireHit>;
Findlet< CDCWireHit > Super
Type of the base class.
std::string getDescription() final
Short description of the findlet.
Marks hits as background based on the result of a filter.
Combines the geometrical information and the raw hit information into wire hits, which can be used fr...
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) final
Expose the parameters to a module.
WireHitMCMultiLoopBlocker m_wireHitMCMultiLoopBlocker
Marks higher order loops as background for tuning analysis.
WireHitBackgroundBlocker m_wireHitBackgroundBlocker
Marks hits as background based on simple heuristics.
Abstract base class for different kinds of events.
void apply(std::vector< CDCWireHit > &outputWireHits) final
Main function preparing the wire hits.
Marks hits as background based on simple heuristics.
WireHitBackgroundDetector m_wireHitBackgroundDetector
Marks hits as background based on the result of a filter.
Marks all hits that are not on the first loop of the track as background.
AsicBackgroundDetector m_asicBackgroundDetector
Marks hits as background based on ASIC cross-talk signature.
WireHitCreator m_wireHitCreator
Creates the wire hits from CDCHits attaching geometry information.
Class representing a hit wire in the central drift chamber.
The Module parameter list class.
WireHitPreparer()
Constructor registering the subordinary findlets to the processing signal distribution machinery.
Marks hits as background based on the result of a filter.