Belle II Software development
ClusterPreparationModules.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8#pragma once
9
10#include <tracking/trackFindingCDC/findlets/combined/ClusterPreparer.h>
11
12#include <tracking/trackFindingCDC/findlets/minimal/SuperClusterCreator.h>
13#include <tracking/trackFindingCDC/findlets/minimal/ClusterBackgroundDetector.h>
14#include <tracking/trackFindingCDC/findlets/minimal/ClusterRefiner.h>
15
16#include <tracking/trackFindingCDC/filters/wireHitRelation/BridgingWireHitRelationFilter.h>
17
18#include <tracking/trackingUtilities/eventdata/utils/ClassMnemomics.h>
19#include <tracking/trackingUtilities/findlets/base/FindletModule.h>
20
21namespace Belle2 {
26 namespace TrackFindingCDC {
39
52
65
78 }
80}
TrackingUtilities::FindletModule< ClusterBackgroundDetector > Super
Type of the base class.
TFCDC_ClusterBackgroundDetectorModule()
Constructor setting the default store vector names.
TFCDC_ClusterPreparerModule()
Constructor setting the default store vector names.
TrackingUtilities::FindletModule< ClusterPreparer > Super
Type of the base class.
TrackingUtilities::FindletModule< ClusterRefiner< BridgingWireHitRelationFilter > > Super
Type of the base class.
TFCDC_ClusterRefinerModule()
Constructor setting the default store vector names.
TFCDC_SuperClusterCreatorModule()
Constructor setting the default store vector names.
TrackingUtilities::FindletModule< SuperClusterCreator > 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...
Abstract base class for different kinds of events.