Belle II Software
release-06-02-00
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
TrackingSystematics.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
9
#pragma once
10
11
#include <framework/core/Module.h>
12
#include <analysis/dataobjects/Particle.h>
13
14
namespace
Belle2
{
28
class
TrackingEfficiencyModule
:
public
Module
{
29
public
:
30
34
TrackingEfficiencyModule
();
35
39
virtual
void
event
()
override
;
40
41
private
:
43
std::vector<std::string>
m_ParticleLists
;
45
double
m_frac
;
46
};
//TrackingEfficiencyModule
47
48
52
class
TrackingMomentumModule
:
public
Module
{
53
public
:
57
TrackingMomentumModule
();
58
62
virtual
void
event
()
override
;
63
64
private
:
66
std::vector<std::string>
m_ParticleLists
;
68
double
m_scale
;
69
73
void
setMomentumScalingFactor
(
Particle
* particle);
74
75
};
// TrackingMomentumModule
76
78
};
//namespace
79
Belle2::Module
Base class for Modules.
Definition:
Module.h:72
Belle2::Particle
Class to store reconstructed particles.
Definition:
Particle.h:74
Belle2::TrackingEfficiencyModule
This set of module is designed for tracking systematics studies.
Definition:
TrackingSystematics.h:28
Belle2::TrackingEfficiencyModule::m_ParticleLists
std::vector< std::string > m_ParticleLists
input particle lists
Definition:
TrackingSystematics.h:43
Belle2::TrackingEfficiencyModule::event
virtual void event() override
Function to be executed at each event.
Definition:
TrackingSystematics.cc:34
Belle2::TrackingEfficiencyModule::m_frac
double m_frac
fraction of particles to be removed from the particlelist
Definition:
TrackingSystematics.h:45
Belle2::TrackingEfficiencyModule::TrackingEfficiencyModule
TrackingEfficiencyModule()
Constructor: Sets the description, the properties and the parameters of the module.
Definition:
TrackingSystematics.cc:25
Belle2::TrackingMomentumModule
Tracking momentum systematics.
Definition:
TrackingSystematics.h:52
Belle2::TrackingMomentumModule::m_ParticleLists
std::vector< std::string > m_ParticleLists
input particle lists
Definition:
TrackingSystematics.h:66
Belle2::TrackingMomentumModule::event
virtual void event() override
Function to be executed at each event.
Definition:
TrackingSystematics.cc:82
Belle2::TrackingMomentumModule::setMomentumScalingFactor
void setMomentumScalingFactor(Particle *particle)
function to set momentum scaling factor
Definition:
TrackingSystematics.cc:101
Belle2::TrackingMomentumModule::m_scale
double m_scale
input momentum scale modifier
Definition:
TrackingSystematics.h:68
Belle2::TrackingMomentumModule::TrackingMomentumModule
TrackingMomentumModule()
Constructor: Sets the description, the properties and the parameters of the module.
Definition:
TrackingSystematics.cc:73
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
analysis
modules
TrackingSystematics
include
TrackingSystematics.h
Generated on Thu Dec 28 2023 02:17:58 for Belle II Software by
1.9.1