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
EventServer.h
1
#ifndef EVENT_SERVER_H
2
#define EVENT_SERVER_H
3
//+
4
// File : ERecoEventServer.h
5
// Description : Event server to provide sampled events to outside
6
//
7
// Author : Ryosuke Itoh, IPNS, KEK
8
// Date : 17 - Dec - 2013
9
//-
10
11
#include <string>
12
13
#include <daq/dataflow/EvtSocket.h>
14
#include <daq/dataflow/EvtSocketManager.h>
15
#include <framework/pcore/RingBuffer.h>
16
17
#define MAXBUFSIZE 80000000
18
19
namespace
Belle2
{
25
class
EventServer
{
26
public
:
27
EventServer
(std::string rbufname,
int
port);
28
~
EventServer
();
29
30
int
server();
// Loop
31
32
private
:
33
EvtSocketRecv
* m_sock;
34
EvtSocketManager
* m_man;
35
RingBuffer
* m_rbuf;
36
int
m_port;
37
int
m_force_exit;
38
};
40
}
41
#endif
Belle2::EvtSocketManager
Definition:
EvtSocketManager.h:21
Belle2::RingBuffer
Class to manage a Ring Buffer placed in an IPC shared memory.
Definition:
RingBuffer.h:36
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::EventServer
Definition:
EventServer.h:25
Belle2::EvtSocketRecv
Definition:
EvtSocket.h:47
daq
expreco
include
EventServer.h
Generated on Tue Jan 4 2022 02:53:25 for Belle II Software by
1.8.17