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
PXDClusterCheckModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2010 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Martin Ritter *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#ifndef PXDClusterCheckModule_H
12
#define PXDClusterCheckModule_H
13
14
#include <framework/core/Module.h>
15
#include <string>
16
17
namespace
Belle2
{
23
namespace
PXD {
24
35
class
PXDClusterCheckModule :
public
Module {
36
37
public
:
39
PXDClusterCheckModule
();
41
virtual
void
initialize
()
override
;
43
virtual
void
event
()
override
;
44
private
:
46
std::string
m_clustersOld
;
48
std::string
m_clustersNew
;
49
};
//end class declaration
50
51
52
}
//end PXD namespace;
54
}
// end namespace Belle2
55
56
#endif // PXDClusterCheckModule_H
Belle2::PXD::PXDClusterCheckModule::event
virtual void event() override
do the clustering
Definition:
PXDClusterCheckModule.cc:104
Belle2::PXD::PXDClusterCheckModule::PXDClusterCheckModule
PXDClusterCheckModule()
Constructor defining the parameters.
Definition:
PXDClusterCheckModule.cc:62
Belle2::PXD::PXDClusterCheckModule::m_clustersOld
std::string m_clustersOld
Name of the first PXDCluster StoreArray.
Definition:
PXDClusterCheckModule.h:54
Belle2::PXD::PXDClusterCheckModule::initialize
virtual void initialize() override
Initialize the module.
Definition:
PXDClusterCheckModule.cc:74
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::PXD::PXDClusterCheckModule::m_clustersNew
std::string m_clustersNew
Name of the second PXDCluster StoreArray.
Definition:
PXDClusterCheckModule.h:56
pxd
modules
pxdReconstruction
include
PXDClusterCheckModule.h
Generated on Tue Jan 4 2022 03:01:07 for Belle II Software by
1.8.17