Belle II Software
release-08-01-10
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
a
b
c
e
f
g
n
p
s
v
z
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
Typedefs
Macros
HistoServer.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 HISTOSERVER_H
9
#define HISTOSERVER_H
10
11
#include <string>
12
13
#include <daq/dataflow/EvtSocket.h>
14
#include <daq/dataflow/EvtSocketManager.h>
15
16
#include <daq/dqm/DqmMemFile.h>
17
18
#include <daq/dqm/HistoManager.h>
19
20
#define MAXBUFSIZE 160000000
21
22
#define MAPFILESIZE 512000000
23
24
// interval to invoke histogram merge (in msec*2)
25
#define MERGE_INTERVAL 5000
26
27
namespace
Belle2
{
33
class
HistoServer
{
34
public
:
35
HistoServer
(
int
port,
const
std::string& mapfile);
36
~
HistoServer
();
37
38
int
init();
39
40
int
server();
// Loop
41
42
private
:
43
EvtSocketRecv
* m_sock;
44
EvtSocketManager
* m_man;
45
int
m_port;
46
int
m_force_exit;
47
48
private
:
49
std::string m_filename;
50
DqmMemFile
* m_memfile;
51
HistoManager
* m_hman;
52
};
54
}
55
#endif
56
Belle2::DqmMemFile
Definition:
DqmMemFile.h:27
Belle2::EvtSocketManager
Definition:
EvtSocketManager.h:21
Belle2::EvtSocketRecv
Definition:
EvtSocket.h:47
Belle2::HistoManager
Definition:
HistoManager.h:24
Belle2::HistoServer
Definition:
HistoServer.h:33
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
daq
dqm
include
HistoServer.h
Generated on Mon Sep 23 2024 14:01:03 for Belle II Software by
1.9.1