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
SmearPrimaryVertexModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2020 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Anze Zupanc, Giacomo De Pietro *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#pragma once
12
13
/* Belle II headers. */
14
#include <framework/core/Module.h>
15
#include <generators/utilities/InitialParticleGeneration.h>
16
17
/* C++ headers. */
18
#include <string>
19
20
namespace
Belle2
{
34
class
SmearPrimaryVertexModule :
public
Module {
35
36
public
:
37
41
SmearPrimaryVertexModule
();
42
46
virtual
~SmearPrimaryVertexModule
();
47
51
virtual
void
initialize
()
override
;
52
56
virtual
void
event
()
override
;
57
58
private
:
59
63
std::string
m_MCParticlesName
;
64
68
InitialParticleGeneration
m_Initial
;
69
70
};
71
73
}
Belle2::SmearPrimaryVertexModule::m_Initial
InitialParticleGeneration m_Initial
Initial particle generation.
Definition:
SmearPrimaryVertexModule.h:76
Belle2::SmearPrimaryVertexModule::~SmearPrimaryVertexModule
virtual ~SmearPrimaryVertexModule()
Destructor.
Definition:
SmearPrimaryVertexModule.cc:36
Belle2::InitialParticleGeneration
Generate Collision.
Definition:
InitialParticleGeneration.h:35
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::SmearPrimaryVertexModule::SmearPrimaryVertexModule
SmearPrimaryVertexModule()
Constructor.
Definition:
SmearPrimaryVertexModule.cc:27
Belle2::SmearPrimaryVertexModule::m_MCParticlesName
std::string m_MCParticlesName
Name of the MCParticles StoreArray.
Definition:
SmearPrimaryVertexModule.h:71
Belle2::SmearPrimaryVertexModule::event
virtual void event() override
This method is called for each event.
Definition:
SmearPrimaryVertexModule.cc:47
Belle2::SmearPrimaryVertexModule::initialize
virtual void initialize() override
Initialize the module.
Definition:
SmearPrimaryVertexModule.cc:40
generators
modules
include
SmearPrimaryVertexModule.h
Generated on Tue Jan 4 2022 02:58:16 for Belle II Software by
1.8.17