 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/findlets/combined/ClusterPreparer.h>
14 #include <tracking/trackFindingCDC/findlets/minimal/SuperClusterCreator.h>
15 #include <tracking/trackFindingCDC/findlets/minimal/ClusterBackgroundDetector.h>
16 #include <tracking/trackFindingCDC/findlets/minimal/ClusterRefiner.h>
18 #include <tracking/trackFindingCDC/filters/wireHitRelation/BridgingWireHitRelationFilter.h>
20 #include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
21 #include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
28 namespace TrackFindingCDC {
32 class TFCDC_ClusterPreparerModule :
public FindletModule<ClusterPreparer> {
35 using Super = FindletModule<ClusterPreparer>;
Module implementation using the ClusterBackgroundDetector.
TFCDC_ClusterBackgroundDetectorModule()
Constructor setting the default store vector names.
FindletModule< ClusterBackgroundDetector > Super
Type of the base class.
TFCDC_ClusterPreparerModule()
Constructor setting the default store vector names.
TFCDC_ClusterRefinerModule()
Constructor setting the default store vector names.
Abstract base class for different kinds of events.
FindletModule< ClusterRefiner< BridgingWireHitRelationFilter > > Super
Type of the base class.
Module implementation using the SuperClusterCreator.
FindletModule< SuperClusterCreator > Super
Type of the base class.
FindletModule< ClusterPreparer > Super
Type of the base class.
Module implementation using the ClusterRefiner.
Adapter of a findlet to a module that exposes the parameters of the findlet and manages the IO with t...
TFCDC_SuperClusterCreatorModule()
Constructor setting the default store vector names.