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
SignalSideVariablesToDaughterExtraInfoModule.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 <framework/datastore/StoreObjPtr.h>
13
14
#include <analysis/dataobjects/ParticleList.h>
15
#include <analysis/VariableManager/Manager.h>
16
17
#include <string>
18
#include <map>
19
20
namespace
Belle2
{
31
class
SignalSideVariablesToDaughterExtraInfoModule
:
public
Module
{
32
33
public
:
34
38
SignalSideVariablesToDaughterExtraInfoModule
();
39
41
virtual
void
initialize
()
override
;
42
44
virtual
void
event
()
override
;
45
46
47
private
:
48
49
std::string
m_particleListName
;
50
StoreObjPtr<ParticleList>
m_inputList
;
51
57
std::map<std::string, std::string>
m_variablesToExtraInfo
;
58
60
std::vector<Variable::Manager::FunctionPtr>
m_functions
;
62
std::vector<std::string>
m_extraInfoNames
;
64
int
m_overwrite
= 0;
65
};
31
class
SignalSideVariablesToDaughterExtraInfoModule
:
public
Module
{
…
};
66
67
}
68
Belle2::Module::Module
Module()
Constructor.
Definition
Module.cc:30
Belle2::SignalSideVariablesToDaughterExtraInfoModule::m_particleListName
std::string m_particleListName
The input particleList name.
Definition
SignalSideVariablesToDaughterExtraInfoModule.h:49
Belle2::SignalSideVariablesToDaughterExtraInfoModule::initialize
virtual void initialize() override
Register input and output data.
Definition
SignalSideVariablesToDaughterExtraInfoModule.cc:48
Belle2::SignalSideVariablesToDaughterExtraInfoModule::event
virtual void event() override
Process events.
Definition
SignalSideVariablesToDaughterExtraInfoModule.cc:64
Belle2::SignalSideVariablesToDaughterExtraInfoModule::m_variablesToExtraInfo
std::map< std::string, std::string > m_variablesToExtraInfo
Map of variable and extraInfo names to save in the extra-info field.
Definition
SignalSideVariablesToDaughterExtraInfoModule.h:57
Belle2::SignalSideVariablesToDaughterExtraInfoModule::m_inputList
StoreObjPtr< ParticleList > m_inputList
input particle list
Definition
SignalSideVariablesToDaughterExtraInfoModule.h:50
Belle2::SignalSideVariablesToDaughterExtraInfoModule::SignalSideVariablesToDaughterExtraInfoModule
SignalSideVariablesToDaughterExtraInfoModule()
Constructor: Sets the description, the properties and the parameters of the module.
Definition
SignalSideVariablesToDaughterExtraInfoModule.cc:27
Belle2::SignalSideVariablesToDaughterExtraInfoModule::m_overwrite
int m_overwrite
-1/0/1/2: Overwrite if lower / don't overwrite / overwrite if higher / always overwrite,...
Definition
SignalSideVariablesToDaughterExtraInfoModule.h:64
Belle2::SignalSideVariablesToDaughterExtraInfoModule::m_functions
std::vector< Variable::Manager::FunctionPtr > m_functions
Vector of function pointers corresponding to given variables.
Definition
SignalSideVariablesToDaughterExtraInfoModule.h:60
Belle2::SignalSideVariablesToDaughterExtraInfoModule::m_extraInfoNames
std::vector< std::string > m_extraInfoNames
Vector of extra info names.
Definition
SignalSideVariablesToDaughterExtraInfoModule.h:62
Belle2::StoreObjPtr
Type-safe access to single objects in the data store.
Definition
StoreObjPtr.h:96
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
analysis
modules
SignalSideVariablesToDaughterExtraInfo
include
SignalSideVariablesToDaughterExtraInfoModule.h
Generated on Sun May 18 2025 02:51:22 for Belle II Software by
1.13.2