Functions
wcsonnet.cxx File Reference
#include "WireCellUtil/Persist.h"
#include <iostream>

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 9 of file wcsonnet.cxx.

10 {
12  auto jdat = parser.load(argv[1]);
13  cout << jdat << endl;
14 
15  return 0;
16 }
Json::Value load(const std::string &filename)
Definition: Persist.cxx:276
QTextStream & endl(QTextStream &s)