Belle II Software  release-05-01-25
WireHitPreparationModules.cc
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2018 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Nils Braun, Oliver Frost, Dmitrii Neverov *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 #include <tracking/modules/trackFinderCDC/WireHitPreparationModules.h>
11 
12 using namespace Belle2;
13 using namespace TrackFindingCDC;
14 
15 REG_MODULE(TFCDC_WireHitPreparer);
16 REG_MODULE(TFCDC_WireHitCreator);
17 REG_MODULE(TFCDC_HitReclaimer);
18 REG_MODULE(TFCDC_WireHitBackgroundDetector);
19 
21  : Super( {"CDCWireHitVector"})
22 {
23 }
24 
26  : Super( {"CDCWireHitVector"})
27 {
28 }
29 
31  : Super( {"CDCWireHitVector"})
32 {
33 }
34 
36  : Super( {"CDCWireHitVector"})
37 {
38 }
Belle2::TrackFindingCDC::TFCDC_WireHitBackgroundDetectorModule::TFCDC_WireHitBackgroundDetectorModule
TFCDC_WireHitBackgroundDetectorModule()
Constructor.
Definition: WireHitPreparationModules.cc:35
REG_MODULE
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Definition: Module.h:652
Belle2::TrackFindingCDC::TFCDC_WireHitPreparerModule::TFCDC_WireHitPreparerModule
TFCDC_WireHitPreparerModule()
Constructor.
Definition: WireHitPreparationModules.cc:20
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TrackFindingCDC::FindletModule< WireHitPreparer >
Belle2::TrackFindingCDC::TFCDC_HitReclaimerModule::TFCDC_HitReclaimerModule
TFCDC_HitReclaimerModule()
Constructor.
Definition: WireHitPreparationModules.cc:30
Belle2::TrackFindingCDC::TFCDC_WireHitCreatorModule::TFCDC_WireHitCreatorModule
TFCDC_WireHitCreatorModule()
Constructor setting the default store vector names.
Definition: WireHitPreparationModules.cc:25