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
DATCONPXDExtrapolationModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2013 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Michael Schnell, Christian Wessel *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#pragma once
12
13
#include <tracking/dataobjects/DATCONTrack.h>
14
#include <tracking/dataobjects/DATCONMostProbableHit.h>
15
16
#include <tracking/dataobjects/PXDIntercept.h>
17
18
#include <framework/core/Module.h>
19
#include <framework/datastore/StoreArray.h>
20
21
namespace
Belle2
{
39
class
DATCONPXDExtrapolationModule :
public
Module {
40
41
public
:
43
DATCONPXDExtrapolationModule
();
44
46
virtual
~DATCONPXDExtrapolationModule
() =
default
;
47
49
virtual
void
initialize
()
override
;
51
virtual
void
event
()
override
;
52
53
protected
:
54
59
std::string
m_storeDATCONTracksName
;
61
std::string
m_storeDATCONPXDInterceptsName
;
63
std::string
m_storeDATCONMPHName
;
64
66
StoreArray<DATCONTrack>
storeDATCONTracks
;
68
StoreArray<PXDIntercept>
storeDATCONPXDIntercepts
;
70
StoreArray<DATCONMostProbableHit>
storeDATCONMPHs
;
71
72
};
//end class declaration
74
}
// end namespace Belle2
Belle2::DATCONPXDExtrapolationModule::storeDATCONMPHs
StoreArray< DATCONMostProbableHit > storeDATCONMPHs
StoreArray for the DATCON-specific "Most Probable Hits".
Definition:
DATCONPXDExtrapolationModule.h:78
Belle2::DATCONPXDExtrapolationModule::initialize
virtual void initialize() override
Initialize the module and check module parameters.
Definition:
DATCONPXDExtrapolationModule.cc:44
Belle2::DATCONPXDExtrapolationModule::event
virtual void event() override
Run tracking.
Definition:
DATCONPXDExtrapolationModule.cc:61
Belle2::DATCONPXDExtrapolationModule::~DATCONPXDExtrapolationModule
virtual ~DATCONPXDExtrapolationModule()=default
Standard Deconstructor.
Belle2::DATCONPXDExtrapolationModule::DATCONPXDExtrapolationModule
DATCONPXDExtrapolationModule()
Constructor.
Definition:
DATCONPXDExtrapolationModule.cc:25
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::DATCONPXDExtrapolationModule::m_storeDATCONTracksName
std::string m_storeDATCONTracksName
Members holding module parameters:
Definition:
DATCONPXDExtrapolationModule.h:67
Belle2::DATCONPXDExtrapolationModule::storeDATCONTracks
StoreArray< DATCONTrack > storeDATCONTracks
StoreArray of the tracks found by DATCON.
Definition:
DATCONPXDExtrapolationModule.h:74
Belle2::DATCONPXDExtrapolationModule::storeDATCONPXDIntercepts
StoreArray< PXDIntercept > storeDATCONPXDIntercepts
StoreArray of the PXDIntercepts calculated by DATCON.
Definition:
DATCONPXDExtrapolationModule.h:76
Belle2::StoreArray
Accessor to arrays stored in the data store.
Definition:
ECLMatchingPerformanceExpertModule.h:33
Belle2::DATCONPXDExtrapolationModule::m_storeDATCONMPHName
std::string m_storeDATCONMPHName
Name of the DATCONMPH StoreArray.
Definition:
DATCONPXDExtrapolationModule.h:71
Belle2::DATCONPXDExtrapolationModule::m_storeDATCONPXDInterceptsName
std::string m_storeDATCONPXDInterceptsName
Name of the PXDIntercepts StoreArray.
Definition:
DATCONPXDExtrapolationModule.h:69
tracking
modules
DATCON
include
DATCONPXDExtrapolationModule.h
Generated on Tue Jan 4 2022 03:05:23 for Belle II Software by
1.8.17