Belle II Software
development
Toggle main menu visibility
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
Enumerator
c
d
f
p
t
v
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
RfNodeInfo.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
#ifndef RFNODEINFO_H
9
#define RFNODEINFO_H
10
11
// Node info placed in NSM shared memory
12
namespace
Belle2
{
17
struct
RfNodeInfo
{
18
int
sysstate;
19
int
nevent_in;
20
int
nqueue_in;
21
int
nevent_out;
22
int
nqueue_out;
23
int
error;
24
int
pid_input;
25
int
pid_output;
26
int
pid_basf2;
27
int
pid_hserver;
28
int
pid_hrelay;
29
int
i_reserved[4];
30
float
flowrate_in;
31
float
flowrate_out;
32
float
avesize_in;
33
float
avesize_out;
34
float
evtrate_in;
35
float
evtrate_out;
36
float
loadave;
37
float
r_reserved[9];
38
};
40
}
41
#endif
42
43
44
45
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
Belle2::RfNodeInfo
Definition:
RfNodeInfo.h:17
daq
rfarm
manager
include
RfNodeInfo.h
Generated on Wed Apr 9 2025 02:38:02 for Belle II Software by
1.9.6