Skip to content
Snippets Groups Projects
Commit abf4b524 authored by Satoru Yamada's avatar Satoru Yamada
Browse files

To include readout() function.

parent ecf25e46
Branches
Tags
1 merge request!56links
......@@ -12,6 +12,7 @@
//#include <daq/rawdata/DesSerPrePC.h>
#include <daq/rawdata/DesSerCOPPER.h>
//#define MAXEVTSIZE 400000000
#include "pcie40_ul_lib.h"
using namespace std;
using namespace Belle2;
......@@ -20,6 +21,9 @@ using namespace Belle2;
int main(int argc, char** argv)
{
readout();
return 1;
if (argc != 6) {
printf("[FATAL] Usage : %s <COPPER hostname> <COPPER node ID> <bit flag of FINNESEs> <Use NSM(Network Shared Memory)? yes=1/no=0> <NSM nodename>",
argv[0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment