9#include "des_ser_ROPC_main.h"
12#include <daq/rawdata/DesSerPrePC.h>
23int main(
int argc,
char** argv)
28 printf(
"[FATAL] Usage : %s <COPPER hostname> <Use NSM(Network Shared Memory)? yes=1/no=0> <port # to eb0> <NSM nodename>", argv[0]);
33 string host_recv = argv[1];
34 int shmflag = atoi(argv[2]);
35 int port_send = atoi(argv[3]);
36 string nodename = argv[4];
38 string host_send =
"0.0.0.0";
39 int port_recv = 30000;
42 host_send, port_send, shmflag,
44 des_ser_prepc.DataAcquisition();
A class definition of an input module for Sequential ROOT I/O.
Abstract base class for different kinds of events.