Belle II Software  release-08-01-10
T0ExtractorModules.cc
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 #include <tracking/modules/eventTimeExtractor/T0ExtractorModules.h>
9 #include <tracking/eventTimeExtraction/findlets/IterativeEventTimeExtractor.icc.h>
10 #include <tracking/eventTimeExtraction/findlets/BaseEventTimeExtractorModule.icc.h>
11 #include <tracking/dataobjects/RecoTrack.h>
12 
13 using namespace Belle2;
14 using namespace TrackFindingCDC;
15 
16 REG_MODULE(DriftLengthBasedT0Extractor);
17 REG_MODULE(Chi2BasedT0Extractor);
18 REG_MODULE(CDCHitBasedT0Extraction);
21 
23  : Super({"CDCWireHitVector"})
24 {
25 }
CDCHitBasedT0ExtractionModule()
Constructor setting the default store vector names.
Class to extract the event t0 using the chi-squared approach.
Class to extract the event t0 using the drift-length approach.
REG_MODULE(arichBtest)
Register the Module.
Abstract base class for different kinds of events.