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
PseudoVertexFitterModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2019 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Klemens Lautenbach *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#pragma once
12
13
#include <framework/core/Module.h>
14
15
namespace
Belle2
{
21
class
Particle;
22
29
class
PseudoVertexFitterModule :
public
Module {
30
31
public
:
32
36
PseudoVertexFitterModule
();
37
42
virtual
void
initialize
()
override
;
43
47
virtual
void
event
()
override
;
48
49
private
:
50
51
std::string
m_listName
;
52
std::string
m_decayString
;
59
bool
add_matrix
(
Particle
* p);
60
};
62
}
// Belle2 namespace
63
Belle2::PseudoVertexFitterModule::PseudoVertexFitterModule
PseudoVertexFitterModule()
Constructor.
Definition:
PseudoVertexFitterModule.cc:35
Belle2::PseudoVertexFitterModule::event
virtual void event() override
Event processor.
Definition:
PseudoVertexFitterModule.cc:55
Belle2::PseudoVertexFitterModule::m_listName
std::string m_listName
particle list name
Definition:
PseudoVertexFitterModule.h:59
Belle2::PseudoVertexFitterModule::initialize
virtual void initialize() override
Initialize the Module.
Definition:
PseudoVertexFitterModule.cc:45
Belle2::PseudoVertexFitterModule::add_matrix
bool add_matrix(Particle *p)
Main steering routine.
Definition:
PseudoVertexFitterModule.cc:74
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::PseudoVertexFitterModule::m_decayString
std::string m_decayString
daughter particles selection
Definition:
PseudoVertexFitterModule.h:60
Belle2::Particle
Class to store reconstructed particles.
Definition:
Particle.h:77
analysis
modules
PseudoVertexFitter
include
PseudoVertexFitterModule.h
Generated on Tue Jan 4 2022 02:50:07 for Belle II Software by
1.8.17