Belle II Software
release-06-02-00
ereco_master_local.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 "daq/expreco/ERecoMaster.h"
9
#include "daq/rfarm/manager/RFNSM.h"
10
11
using namespace
std;
12
using namespace
Belle2
;
13
14
int
main
(
int
argc,
char
** argv)
15
{
16
RFConf
conf(argv[1]);
17
18
ERecoMaster
* master =
new
ERecoMaster
(argv[1]);
19
20
RFNSM
nsm(conf.getconf(
"master"
,
"nodename"
), master);
21
nsm.AllocMem(conf.getconf(
"system"
,
"nsmdata"
));
22
master->SetNodeInfo(nsm.GetNodeInfo());
23
master->Hook_Message_Handlers();
24
25
master->monitor_loop();
26
27
}
Belle2::ERecoMaster
Definition:
ERecoMaster.h:22
Belle2::RFConf
Definition:
RFConf.h:24
Belle2::RFNSM
Definition:
RFNSM.h:61
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
main
int main(int argc, char **argv)
Run all tests.
Definition:
test_main.cc:75
daq
expreco
tools
ereco_master_local.cc
Generated on Thu Dec 28 2023 02:21:40 for Belle II Software by
1.9.1