Belle II Software
release-05-02-19
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
k
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
u
v
w
x
z
Typedefs
a
b
c
d
e
h
i
l
m
n
p
r
s
t
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
SetupGenfitExtrapolationModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2010 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Tobias Schlüter, Tadeas Bilka *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
#pragma once
11
12
#include <framework/core/Module.h>
13
#include <framework/database/DBObjPtr.h>
14
#include <alignment/dbobjects/VXDAlignment.h>
15
16
#include <string>
17
18
namespace
Belle2
{
26
class
SetupGenfitExtrapolationModule :
public
Module {
27
28
public
:
30
SetupGenfitExtrapolationModule
();
31
35
void
initialize
()
override
;
36
37
private
:
41
bool
m_ignoreIfPresent
=
true
;
42
44
std::string
m_geometry
=
"Geant4"
;
45
47
bool
m_noEffects
=
false
;
49
bool
m_energyLossBetheBloch
=
true
;
51
bool
m_noiseBetheBloch
=
true
;
53
bool
m_noiseCoulomb
=
true
;
55
bool
m_energyLossBrems
=
true
;
57
bool
m_noiseBrems
=
true
;
59
std::string
m_mscModel
=
"Highland"
;
61
bool
m_useVXDAlignment
=
true
;
63
DBObjPtr<VXDAlignment>
m_vxdAlignment
;
64
};
66
}
Belle2::SetupGenfitExtrapolationModule::m_energyLossBrems
bool m_energyLossBrems
Determines if calculation of bremsstrahlung energy loss is on/off in Genfit.
Definition:
SetupGenfitExtrapolationModule.h:63
Belle2::SetupGenfitExtrapolationModule::SetupGenfitExtrapolationModule
SetupGenfitExtrapolationModule()
Constructor.
Definition:
SetupGenfitExtrapolationModule.cc:71
Belle2::SetupGenfitExtrapolationModule::m_noEffects
bool m_noEffects
switch on/off ALL material effects in Genfit. "true" overwrites "true" flags for the individual effec...
Definition:
SetupGenfitExtrapolationModule.h:55
Belle2::SetupGenfitExtrapolationModule::m_energyLossBetheBloch
bool m_energyLossBetheBloch
Determines if calculation of energy loss is on/off in Genfit.
Definition:
SetupGenfitExtrapolationModule.h:57
Belle2::SetupGenfitExtrapolationModule::m_mscModel
std::string m_mscModel
Multiple scattering model.
Definition:
SetupGenfitExtrapolationModule.h:67
Belle2::SetupGenfitExtrapolationModule::m_noiseBetheBloch
bool m_noiseBetheBloch
Determines if calculation of energy loss variance is on/off in Genfit.
Definition:
SetupGenfitExtrapolationModule.h:59
Belle2::SetupGenfitExtrapolationModule::m_useVXDAlignment
bool m_useVXDAlignment
Use VXD alignment from database?
Definition:
SetupGenfitExtrapolationModule.h:69
Belle2::DBObjPtr
Class for accessing objects in the database.
Definition:
DBObjPtr.h:31
Belle2::SetupGenfitExtrapolationModule::m_noiseCoulomb
bool m_noiseCoulomb
Determines if calculation of multiple scattering covariance matrix on/off in Genfit.
Definition:
SetupGenfitExtrapolationModule.h:61
Belle2::SetupGenfitExtrapolationModule::m_ignoreIfPresent
bool m_ignoreIfPresent
Whether or not this module will raise an error if the geometry is already present.
Definition:
SetupGenfitExtrapolationModule.h:49
Belle2::SetupGenfitExtrapolationModule::initialize
void initialize() override
Initialize the Module.
Definition:
SetupGenfitExtrapolationModule.cc:108
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::SetupGenfitExtrapolationModule::m_noiseBrems
bool m_noiseBrems
Determines if calculation of bremsstrahlung energy loss variance is on/off in Genfit.
Definition:
SetupGenfitExtrapolationModule.h:65
Belle2::SetupGenfitExtrapolationModule::m_geometry
std::string m_geometry
choice of geometry representation: 'TGeo' or 'Geant4'.
Definition:
SetupGenfitExtrapolationModule.h:52
Belle2::SetupGenfitExtrapolationModule::m_vxdAlignment
DBObjPtr< VXDAlignment > m_vxdAlignment
DB object with VXD alignment.
Definition:
SetupGenfitExtrapolationModule.h:71
tracking
modules
genfitUtilities
include
SetupGenfitExtrapolationModule.h
Generated on Tue Jan 4 2022 03:05:31 for Belle II Software by
1.8.17