Belle II Software
development
eventserver.cc
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
#include <string>
9
10
#include "daq/expreco/EventServer.h"
11
12
using namespace
Belle2
;
13
using namespace
std
;
14
15
int
main(
int
argc,
char
** argv)
16
{
17
// Retrieve RingBuffer name[1], port number[2], Shmname[3], and id[4]
18
if
(argc < 3) {
19
printf(
"syntax : ereco_eventserver rbufname port\n"
);
20
exit(-1);
21
}
22
23
string
a1(argv[1]);
24
int
a2 = atoi(argv[2]);
25
26
EventServer
rs(a1, a2);
27
28
rs.server();
29
}
30
31
32
Belle2::EventServer
Definition:
EventServer.h:25
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
std
STL namespace.
daq
expreco
tools
eventserver.cc
Generated on Fri Nov 8 2024 02:35:07 for Belle II Software by
1.9.6