Belle II Software development
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
13using namespace Belle2;
14using namespace TrackFindingCDC;
15
16REG_MODULE(DriftLengthBasedT0Extractor);
17REG_MODULE(Chi2BasedT0Extractor);
18REG_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.
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Definition: Module.h:650
Abstract base class for different kinds of events.