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
RegisterEventLevelTrackingInfoModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2020 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Simon Kurz *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#pragma once
12
13
#include <framework/core/Module.h>
14
#include <framework/database/DBObjPtr.h>
15
#include <mdst/dataobjects/EventLevelTrackingInfo.h>
16
17
18
namespace
Belle2
{
31
class
RegisterEventLevelTrackingInfoModule :
public
Module {
32
33
public
:
34
36
RegisterEventLevelTrackingInfoModule
();
37
39
void
initialize
()
override
;
40
42
void
event
()
override
;
43
44
private
:
45
47
std::string
m_eventLevelTrackingInfoName
=
"EventLevelTrackingInfo"
;
49
StoreObjPtr<EventLevelTrackingInfo>
m_eventLevelTrackingInfo
;
50
};
52
}
Belle2::RegisterEventLevelTrackingInfoModule::m_eventLevelTrackingInfoName
std::string m_eventLevelTrackingInfoName
Name of the StoreObject to access the event level tracking information.
Definition:
RegisterEventLevelTrackingInfoModule.h:55
Belle2::RegisterEventLevelTrackingInfoModule::event
void event() override
Event processing, create store array.
Definition:
RegisterEventLevelTrackingInfoModule.cc:33
Belle2::RegisterEventLevelTrackingInfoModule::initialize
void initialize() override
Declare required StoreArray.
Definition:
RegisterEventLevelTrackingInfoModule.cc:27
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::StoreObjPtr
Type-safe access to single objects in the data store.
Definition:
ParticleList.h:33
Belle2::RegisterEventLevelTrackingInfoModule::RegisterEventLevelTrackingInfoModule
RegisterEventLevelTrackingInfoModule()
Constructor of the module.
Definition:
RegisterEventLevelTrackingInfoModule.cc:17
Belle2::RegisterEventLevelTrackingInfoModule::m_eventLevelTrackingInfo
StoreObjPtr< EventLevelTrackingInfo > m_eventLevelTrackingInfo
StoreObject to access the event level tracking information.
Definition:
RegisterEventLevelTrackingInfoModule.h:57
tracking
modules
general
include
RegisterEventLevelTrackingInfoModule.h
Generated on Tue Jan 4 2022 03:05:31 for Belle II Software by
1.8.17