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
CDCTriggerMLPInput.h
1
#pragma once
2
#include <TObject.h>
3
4
namespace
Belle2
{
13
class
CDCTriggerMLPInput
:
public
TObject {
14
public
:
16
CDCTriggerMLPInput
() {};
17
19
CDCTriggerMLPInput
(std::vector<float>& input,
unsigned
sector):
20
m_input
(input),
m_sector
(sector)
21
{};
22
24
~CDCTriggerMLPInput
() { };
25
27
std::vector<float>
getInput
()
28
{
29
return
m_input
;
30
}
32
unsigned
getSector
()
33
{
34
return
m_sector
;
35
}
36
37
protected
:
39
std::vector<float>
m_input
;
41
unsigned
m_sector
;
42
44
ClassDef
(
CDCTriggerMLPInput
, 1);
45
};
46
48
}
49
Belle2::CDCTriggerMLPInput::ClassDef
ClassDef(CDCTriggerMLPInput, 1)
Needed to make the ROOT object storable.
Belle2::CDCTriggerMLPInput::getInput
std::vector< float > getInput()
get the input vector
Definition:
CDCTriggerMLPInput.h:27
Belle2::CDCTriggerMLPInput::~CDCTriggerMLPInput
~CDCTriggerMLPInput()
destructor, empty because we don't allocate memory explicitly.
Definition:
CDCTriggerMLPInput.h:24
Belle2::CDCTriggerMLPInput::getSector
unsigned getSector()
get the sector index
Definition:
CDCTriggerMLPInput.h:32
Belle2::CDCTriggerMLPInput::CDCTriggerMLPInput
CDCTriggerMLPInput()
default constructor
Definition:
CDCTriggerMLPInput.h:16
Belle2::CDCTriggerMLPInput::m_input
std::vector< float > m_input
input vector to go into the MLP
Definition:
CDCTriggerMLPInput.h:39
Belle2::CDCTriggerMLPInput
Class to hold some intermediate information for the monitoring of the neurotrigger.
Definition:
CDCTriggerMLPInput.h:13
Belle2::CDCTriggerMLPInput::m_sector
unsigned m_sector
sector index to identify the MLP
Definition:
CDCTriggerMLPInput.h:41
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::CDCTriggerMLPInput::CDCTriggerMLPInput
CDCTriggerMLPInput(std::vector< float > &input, unsigned sector)
explicit constructor
Definition:
CDCTriggerMLPInput.h:19
trg
cdc
dataobjects
include
CDCTriggerMLPInput.h
Generated on Tue Jan 4 2022 03:10:07 for Belle II Software by
1.8.17