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
CurlTaggerModule.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
#pragma once
10
11
#include <framework/core/Module.h>
12
#include <analysis/dataobjects/Particle.h>
13
14
#include <analysis/modules/CurlTagger/Selector.h>
15
16
namespace
Belle2
{
28
class
CurlTaggerModule
:
public
Module
{
29
30
public
:
31
35
CurlTaggerModule
();
36
38
virtual
~CurlTaggerModule
()
override
;
39
41
virtual
void
initialize
()
override
;
42
44
virtual
void
beginRun
()
override
;
45
47
virtual
void
event
()
override
;
48
50
virtual
void
endRun
()
override
;
51
53
virtual
void
terminate
()
override
;
54
55
56
private
:
58
bool
passesPreSelection
(
Particle
* particle);
59
60
//params
62
std::vector<std::string>
m_ParticleLists
;
63
65
bool
m_BelleFlag
;
66
68
bool
m_McStatsFlag
;
69
71
bool
m_TrainFlag
;
72
74
double
m_PtCut
;
75
77
double
m_ResponseCut
;
78
80
std::string
m_SelectorType
;
81
82
//member objects
84
CurlTagger::Selector
*
m_Selector
= 0;
85
86
};
// CurlTaggerModule
88
}
//namespace
89
Belle2::CurlTaggerModule
This module is designed to tag curl tracks.
Definition:
CurlTaggerModule.h:28
Belle2::CurlTaggerModule::m_ParticleLists
std::vector< std::string > m_ParticleLists
input particle lists
Definition:
CurlTaggerModule.h:62
Belle2::CurlTaggerModule::passesPreSelection
bool passesPreSelection(Particle *particle)
preselects particles that may be curl tracks
Definition:
CurlTaggerModule.cc:62
Belle2::CurlTaggerModule::initialize
virtual void initialize() override
initialise
Definition:
CurlTaggerModule.cc:70
Belle2::CurlTaggerModule::event
virtual void event() override
event code - all curl track selection done here
Definition:
CurlTaggerModule.cc:94
Belle2::CurlTaggerModule::endRun
virtual void endRun() override
end run - unused
Definition:
CurlTaggerModule.cc:202
Belle2::CurlTaggerModule::terminate
virtual void terminate() override
termination
Definition:
CurlTaggerModule.cc:206
Belle2::CurlTaggerModule::~CurlTaggerModule
virtual ~CurlTaggerModule() override
destructor
Belle2::CurlTaggerModule::m_TrainFlag
bool m_TrainFlag
switch between training and classifying
Definition:
CurlTaggerModule.h:71
Belle2::CurlTaggerModule::beginRun
virtual void beginRun() override
begin run - unused
Definition:
CurlTaggerModule.cc:90
Belle2::CurlTaggerModule::m_SelectorType
std::string m_SelectorType
name of selector function to use
Definition:
CurlTaggerModule.h:80
Belle2::CurlTaggerModule::m_McStatsFlag
bool m_McStatsFlag
if true also does some truth based matching and tags the particles with truthCurl info
Definition:
CurlTaggerModule.h:68
Belle2::CurlTaggerModule::CurlTaggerModule
CurlTaggerModule()
Constructor: Sets the description, the properties and the parameters of the module.
Definition:
CurlTaggerModule.cc:39
Belle2::CurlTaggerModule::m_PtCut
double m_PtCut
preselection pt cut
Definition:
CurlTaggerModule.h:74
Belle2::CurlTaggerModule::m_BelleFlag
bool m_BelleFlag
flags if data/mc comes from belle or belle II
Definition:
CurlTaggerModule.h:65
Belle2::CurlTaggerModule::m_Selector
CurlTagger::Selector * m_Selector
contains the selector used
Definition:
CurlTaggerModule.h:84
Belle2::CurlTaggerModule::m_ResponseCut
double m_ResponseCut
min classifier response to consider a match
Definition:
CurlTaggerModule.h:77
Belle2::CurlTagger::Selector
Abstract base class for curl track selectors.
Definition:
Selector.h:22
Belle2::Module
Base class for Modules.
Definition:
Module.h:72
Belle2::Particle
Class to store reconstructed particles.
Definition:
Particle.h:74
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
analysis
modules
CurlTagger
include
CurlTaggerModule.h
Generated on Fri Dec 8 2023 04:11:51 for Belle II Software by
1.9.1