Belle II Software  release-05-01-25
T0ExtractorModules.cc
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2015-2018 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Nils Braun *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 #include <tracking/modules/eventTimeExtractor/T0ExtractorModules.h>
11 #include <tracking/eventTimeExtraction/findlets/IterativeEventTimeExtractor.icc.h>
12 #include <tracking/eventTimeExtraction/findlets/BaseEventTimeExtractorModule.icc.h>
13 #include <tracking/dataobjects/RecoTrack.h>
14 
15 using namespace Belle2;
16 using namespace TrackFindingCDC;
17 
18 REG_MODULE(DriftLengthBasedT0Extractor);
19 REG_MODULE(Chi2BasedT0Extractor);
20 REG_MODULE(CDCHitBasedT0Extraction);
23 
25  : Super( {"CDCWireHitVector"})
26 {
27 }
REG_MODULE
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Definition: Module.h:652
Belle2::FullGridChi2TrackTimeExtractor
Class to extract the event t0 using the chi-squared approach.
Definition: FullGridChi2TrackTimeExtractor.h:36
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::CDCHitBasedT0ExtractionModule::CDCHitBasedT0ExtractionModule
CDCHitBasedT0ExtractionModule()
Constructor setting the default store vector names.
Definition: T0ExtractorModules.cc:24
Belle2::TrackFindingCDC::FindletModule< HitBasedT0Extractor >
Belle2::FullGridDriftLengthTrackTimeExtractor
Class to extract the event t0 using the drift-length approach.
Definition: FullGridDriftLengthTrackTimeExtractor.h:36