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
RFNodeManager.h
1
#ifndef RFNODEMANAGER_H
2
#define RFNODEMANAGER_H
3
//+
4
// File : RFNodeManager.h
5
// Description : Base class for various RFARM node control
6
//
7
// Author : Ryosuke Itoh, IPNS, KEK
8
// Date : 20 - June - 2013
9
//-
10
11
#include
12
namespace
Belle2
{
18
class
RFNodeManager
:
public
RFSharedMem
,
public
RFNSM
,
public
RFConf
{
19
public
:
20
RFNodeManager
(
string
& nodename);
21
virtual
~
RFNodeManager
();
22
23
static
void
signal_handler(
int
num);
24
25
// Utility functions to fork worker process
26
int
fork(
char
* script,
int
nargs,
char
** args);
27
28
private
:
29
int
piperec[2];
30
int
pipesend[2];
31
};
33
}
34
#endif
35
36
37
38
Belle2::RFNodeManager
Definition:
RFNodeManager.h:18
Belle2::RFSharedMem
Definition:
RFSharedMem.h:51
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::RFNSM
Definition:
RFNSM.h:61
Belle2::RFConf
Definition:
RFConf.h:24
daq
rfarm
manager
include
RFNodeManager.h
Generated on Tue Jan 4 2022 02:54:02 for Belle II Software by
1.8.17