Belle II Software
release-08-02-06
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
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
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
Typedefs
Macros
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
#pragma once
9
10
#include <framework/datastore/StoreArray.h>
11
#include <framework/core/Module.h>
12
13
namespace
Belle2
{
18
class
Track;
19
class
ExtHit;
20
class
MCParticle;
21
28
class
ARICHMCParticlesModule
:
public
Module
{
29
30
public
:
31
35
ARICHMCParticlesModule
();
36
40
virtual
~ARICHMCParticlesModule
();
41
46
virtual
void
initialize
()
override
;
47
51
virtual
void
event
()
override
;
52
53
private
:
54
55
// required input
56
StoreArray<Track>
m_tracks
;
57
StoreArray<ExtHit>
m_extHits
;
58
StoreArray<MCParticle>
m_arichMCPs
;
60
};
61
63
}
// Belle2 namespace
Belle2::ARICHMCParticlesModule
Module to match ARICH hits to MCParticles.
Definition:
ARICHMCParticlesModule.h:28
Belle2::ARICHMCParticlesModule::m_arichMCPs
StoreArray< MCParticle > m_arichMCPs
Required input array of MCParticles.
Definition:
ARICHMCParticlesModule.h:58
Belle2::ARICHMCParticlesModule::m_tracks
StoreArray< Track > m_tracks
Required input array of Tracks.
Definition:
ARICHMCParticlesModule.h:56
Belle2::ARICHMCParticlesModule::m_extHits
StoreArray< ExtHit > m_extHits
Required input array of ExtHits.
Definition:
ARICHMCParticlesModule.h:57
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:39
Belle2::ARICHMCParticlesModule::initialize
virtual void initialize() override
Initialize the Module.
Definition:
ARICHMCParticlesModule.cc:52
Belle2::ARICHMCParticlesModule::event
virtual void event() override
Event processor.
Definition:
ARICHMCParticlesModule.cc:64
Belle2::ARICHMCParticlesModule::~ARICHMCParticlesModule
virtual ~ARICHMCParticlesModule()
Destructor.
Definition:
ARICHMCParticlesModule.cc:48
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
arich
modules
arichMCParticles
include
ARICHMCParticlesModule.h
Generated on Tue Jan 28 2025 01:52:48 for Belle II Software by
1.9.1