Belle II Software
development
Toggle main menu visibility
Main Page
Topics
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
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
e
f
g
n
p
s
v
z
Enumerator
c
d
f
p
t
v
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 Symbols
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
CkfToPXDFiltersSetting.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
9
#include <tracking/dbobjects/CkfToPXDFiltersSetting.h>
10
#include <limits>
11
12
using namespace
Belle2
;
13
14
CkfToPXDFiltersSetting::CkfToPXDFiltersSetting
() : TObject()
15
,
m_paramPtThresholdTrackToHitCut
(
std
::numeric_limits<double>::quiet_NaN())
16
,
m_paramPhiInterceptToHitCut
(
std
::numeric_limits<double>::quiet_NaN())
17
,
m_paramEtaInterceptToHitCut
(
std
::numeric_limits<double>::quiet_NaN())
18
,
m_paramPhiRecoTrackToHitCut
(
std
::numeric_limits<double>::quiet_NaN())
19
,
m_paramEtaRecoTrackToHitCut
(
std
::numeric_limits<double>::quiet_NaN())
20
,
m_paramPhiHitHitCut
(
std
::numeric_limits<double>::quiet_NaN())
21
,
m_paramEtaHitHitCut
(
std
::numeric_limits<double>::quiet_NaN())
22
,
m_paramPhiOverlapHitHitCut
(
std
::numeric_limits<double>::quiet_NaN())
23
,
m_paramEtaOverlapHitHitCut
(
std
::numeric_limits<double>::quiet_NaN())
24
{}
14
CkfToPXDFiltersSetting::CkfToPXDFiltersSetting
() : TObject() {
…
}
25
Belle2::CkfToPXDFiltersSetting::m_paramPtThresholdTrackToHitCut
double m_paramPtThresholdTrackToHitCut
Threshold on pT to apply inverse pT scale on cut value.
Definition
CkfToPXDFiltersSetting.h:188
Belle2::CkfToPXDFiltersSetting::m_paramEtaHitHitCut
double m_paramEtaHitHitCut
Cut in eta between two hit-based states.
Definition
CkfToPXDFiltersSetting.h:200
Belle2::CkfToPXDFiltersSetting::m_paramEtaOverlapHitHitCut
double m_paramEtaOverlapHitHitCut
Cut in eta between two hit-based states in ladder overlap.
Definition
CkfToPXDFiltersSetting.h:204
Belle2::CkfToPXDFiltersSetting::CkfToPXDFiltersSetting
CkfToPXDFiltersSetting()
Default constructor, parameters set to NaN.
Definition
CkfToPXDFiltersSetting.cc:14
Belle2::CkfToPXDFiltersSetting::m_paramEtaRecoTrackToHitCut
double m_paramEtaRecoTrackToHitCut
Cut in eta for the difference between RecoTrack information and current hit-based state.
Definition
CkfToPXDFiltersSetting.h:196
Belle2::CkfToPXDFiltersSetting::m_paramPhiInterceptToHitCut
double m_paramPhiInterceptToHitCut
Cut in phi for the difference between PXDIntercept from RecoTrack on the same layer and current hit-b...
Definition
CkfToPXDFiltersSetting.h:190
Belle2::CkfToPXDFiltersSetting::m_paramPhiHitHitCut
double m_paramPhiHitHitCut
Cut in phi between two hit-based states.
Definition
CkfToPXDFiltersSetting.h:198
Belle2::CkfToPXDFiltersSetting::m_paramEtaInterceptToHitCut
double m_paramEtaInterceptToHitCut
Cut in eta for the difference between PXDIntercept from RecoTrack on the same layer and current hit-b...
Definition
CkfToPXDFiltersSetting.h:192
Belle2::CkfToPXDFiltersSetting::m_paramPhiRecoTrackToHitCut
double m_paramPhiRecoTrackToHitCut
Cut in phi for the difference between RecoTrack information and current hit-based state.
Definition
CkfToPXDFiltersSetting.h:194
Belle2::CkfToPXDFiltersSetting::m_paramPhiOverlapHitHitCut
double m_paramPhiOverlapHitHitCut
Cut in phi between two hit-based states in ladder overlap.
Definition
CkfToPXDFiltersSetting.h:202
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
std
STL namespace.
tracking
dbobjects
src
CkfToPXDFiltersSetting.cc
Generated on Sun May 18 2025 03:04:05 for Belle II Software by
1.13.2