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
13
using namespace
Belle2
;
14
using namespace
TrackFindingCDC;
15
16
REG_MODULE
(DriftLengthBasedT0Extractor);
17
REG_MODULE
(Chi2BasedT0Extractor);
18
REG_MODULE
(CDCHitBasedT0Extraction);
19
REG_MODULE
(
FullGridChi2TrackTimeExtractor
);
20
REG_MODULE
(
FullGridDriftLengthTrackTimeExtractor
);
21
22
CDCHitBasedT0ExtractionModule::CDCHitBasedT0ExtractionModule
()
23
:
Super
({
"CDCWireHitVector"
})
24
{
25
}
Belle2::CDCHitBasedT0ExtractionModule::CDCHitBasedT0ExtractionModule
CDCHitBasedT0ExtractionModule()
Constructor setting the default store vector names.
Definition
T0ExtractorModules.cc:22
Belle2::CDCHitBasedT0ExtractionModule::Super
TrackFindingCDC::FindletModule< HitBasedT0Extractor > Super
Type of the base class.
Definition
T0ExtractorModules.h:62
Belle2::FullGridChi2TrackTimeExtractor
Class to extract the event t0 using the chi-squared approach.
Definition
FullGridChi2TrackTimeExtractor.h:26
Belle2::FullGridDriftLengthTrackTimeExtractor
Class to extract the event t0 using the drift-length approach.
Definition
FullGridDriftLengthTrackTimeExtractor.h:26
REG_MODULE
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Definition
Module.h:649
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
tracking
modules
eventTimeExtractor
src
T0ExtractorModules.cc
Generated on Mon Sep 1 2025 02:58:30 for Belle II Software by
1.13.2