Belle II Software
release-06-01-15
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
ARICHMCParticlesModule.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
#ifndef ARICHMCPARTICLESMODULE_H
10
#define ARICHMCPARTICLESMODULE_H
11
12
#include <mdst/dataobjects/Track.h>
13
#include <tracking/dataobjects/ExtHit.h>
14
#include <mdst/dataobjects/MCParticle.h>
15
16
#include <framework/datastore/StoreArray.h>
17
#include <framework/core/Module.h>
18
19
namespace
Belle2
{
31
class
ARICHMCParticlesModule
:
public
Module
{
32
33
public
:
34
38
ARICHMCParticlesModule
();
39
43
virtual
~ARICHMCParticlesModule
();
44
49
virtual
void
initialize
()
override
;
50
55
virtual
void
beginRun
()
override
;
56
60
virtual
void
event
()
override
;
61
66
virtual
void
endRun
()
override
;
67
72
virtual
void
terminate
()
override
;
73
77
void
printModuleParams
()
const
;
78
79
private
:
80
81
// required input
82
StoreArray<Track>
m_tracks
;
83
StoreArray<ExtHit>
m_extHits
;
84
StoreArray<MCParticle>
m_arichMCPs
;
86
};
87
89
}
// Belle2 namespace
90
91
#endif
Belle2::ARICHMCParticlesModule
Definition:
ARICHMCParticlesModule.h:31
Belle2::ARICHMCParticlesModule::m_arichMCPs
StoreArray< MCParticle > m_arichMCPs
Required input array of MCParticles.
Definition:
ARICHMCParticlesModule.h:84
Belle2::ARICHMCParticlesModule::m_tracks
StoreArray< Track > m_tracks
Required input array of Tracks.
Definition:
ARICHMCParticlesModule.h:82
Belle2::ARICHMCParticlesModule::m_extHits
StoreArray< ExtHit > m_extHits
Required input array of ExtHits.
Definition:
ARICHMCParticlesModule.h:83
Belle2::Module
Base class for Modules.
Definition:
Module.h:72
Belle2::StoreArray
Accessor to arrays stored in the data store.
Definition:
StoreArray.h:113
Belle2::ARICHMCParticlesModule::ARICHMCParticlesModule
ARICHMCParticlesModule()
Constructor.
Definition:
ARICHMCParticlesModule.cc:38
Belle2::ARICHMCParticlesModule::initialize
virtual void initialize() override
Initialize the Module.
Definition:
ARICHMCParticlesModule.cc:51
Belle2::ARICHMCParticlesModule::event
virtual void event() override
Event processor.
Definition:
ARICHMCParticlesModule.cc:67
Belle2::ARICHMCParticlesModule::endRun
virtual void endRun() override
End-of-run action.
Definition:
ARICHMCParticlesModule.cc:106
Belle2::ARICHMCParticlesModule::terminate
virtual void terminate() override
Termination action.
Definition:
ARICHMCParticlesModule.cc:110
Belle2::ARICHMCParticlesModule::beginRun
virtual void beginRun() override
Called when entering a new run.
Definition:
ARICHMCParticlesModule.cc:63
Belle2::ARICHMCParticlesModule::printModuleParams
void printModuleParams() const
Prints module parameters.
Definition:
ARICHMCParticlesModule.cc:114
Belle2::ARICHMCParticlesModule::~ARICHMCParticlesModule
virtual ~ARICHMCParticlesModule()
Destructor.
Definition:
ARICHMCParticlesModule.cc:47
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
arich
modules
arichMCParticles
include
ARICHMCParticlesModule.h
Generated on Fri Dec 8 2023 04:13:42 for Belle II Software by
1.9.1