Belle II Software
release-06-00-14
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
z
Typedefs
a
b
c
d
e
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
FullGridChi2TrackTimeExtractor.h
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
#pragma once
9
10
#include <tracking/eventTimeExtraction/findlets/BaseEventTimeExtractor.dcl.h>
11
#include <tracking/eventTimeExtraction/findlets/GridEventTimeExtractor.dcl.h>
12
#include <tracking/eventTimeExtraction/findlets/Chi2BasedEventTimeExtractor.h>
13
#include <tracking/eventTimeExtraction/findlets/IterativeChi2BasedEventTimeExtractor.h>
14
15
namespace
Belle2
{
20
class
RecoTrack;
21
22
// Guard to prevent repeated instantiations
23
extern
template
class
GridEventTimeExtractor<Chi2BasedEventTimeExtractor>;
24
26
class
FullGridChi2TrackTimeExtractor
final :
public
BaseEventTimeExtractor<RecoTrack*>
{
27
private
:
29
using
Super
=
BaseEventTimeExtractor<RecoTrack*>
;
30
31
public
:
33
FullGridChi2TrackTimeExtractor
();
34
36
void
exposeParameters(
ModuleParamList
* moduleParamList,
const
std::string& prefix)
override
final
;
37
39
void
apply(std::vector<RecoTrack*>&)
override
final
;
40
41
private
:
43
GridEventTimeExtractor<Chi2BasedEventTimeExtractor>
m_gridExtractor
;
45
IterativeChi2BasedEventTimeExtractor
m_finalExtractor
;
46
};
48
}
Belle2::BaseEventTimeExtractor< RecoTrack * >
Belle2::FullGridChi2TrackTimeExtractor
Class to extract the event t0 using the chi-squared approach.
Definition:
FullGridChi2TrackTimeExtractor.h:26
Belle2::FullGridChi2TrackTimeExtractor::m_finalExtractor
IterativeChi2BasedEventTimeExtractor m_finalExtractor
Refining extractor in the end.
Definition:
FullGridChi2TrackTimeExtractor.h:45
Belle2::FullGridChi2TrackTimeExtractor::m_gridExtractor
GridEventTimeExtractor< Chi2BasedEventTimeExtractor > m_gridExtractor
Slow grid based extractor.
Definition:
FullGridChi2TrackTimeExtractor.h:43
Belle2::GridEventTimeExtractor
Generic findlet applying a certain time extractor multiple times.
Definition:
GridEventTimeExtractor.dcl.h:27
Belle2::IterativeChi2BasedEventTimeExtractor
Class to iteratively extract the event t0 using the chi-squared approach.
Definition:
IterativeChi2BasedEventTimeExtractor.h:23
Belle2::ModuleParamList
The Module parameter list class.
Definition:
ModuleParamList.h:44
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
tracking
eventTimeExtraction
findlets
include
FullGridChi2TrackTimeExtractor.h
Generated on Thu Jul 14 2022 08:09:25 for Belle II Software by
1.9.1