 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/findlets/combined/WireHitPreparer.h>
14 #include <tracking/trackFindingCDC/findlets/minimal/WireHitCreator.h>
15 #include <tracking/trackFindingCDC/findlets/minimal/WireHitBackgroundDetector.h>
16 #include <tracking/trackFindingCDC/findlets/minimal/HitReclaimer.h>
18 #include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
19 #include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
26 namespace TrackFindingCDC {
37 class TFCDC_WireHitPreparerModule :
public FindletModule<WireHitPreparer> {
40 using Super = FindletModule<WireHitPreparer>;
TFCDC_WireHitBackgroundDetectorModule()
Constructor.
Module to reclaim CDC hits.
FindletModule< WireHitCreator > Super
Type of the base class.
TFCDC_WireHitPreparerModule()
Constructor.
FindletModule< HitReclaimer > Super
Type of the base class.
Abstract base class for different kinds of events.
Module counterpart to the WireHitBackgroundDetector findlet, which marks CDCWireHits as background ba...
FindletModule< WireHitBackgroundDetector > Super
Type of the base class.
FindletModule< WireHitPreparer > Super
Type of the base class.
Adapter of a findlet to a module that exposes the parameters of the findlet and manages the IO with t...
Module implementation using the WireHitCreator.
TFCDC_HitReclaimerModule()
Constructor.
TFCDC_WireHitCreatorModule()
Constructor setting the default store vector names.