Jpp
17.3.0-rc.2
the software that should make you happy
|
Auxiliary program to create TGraph from input file with ASCII data. More...
#include <string>
#include <iostream>
#include <fstream>
#include <vector>
#include <limits>
#include "TROOT.h"
#include "TFile.h"
#include "TGraph.h"
#include "TGraphErrors.h"
#include "JGizmo/JGizmoToolkit.hh"
#include "Jeep/JeepToolkit.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Auxiliary program to create TGraph from input file with ASCII data.
Supported input file formats:
x y x y ey x y ex ey
or (option -M)
x y [y [y]]
Lines starting with a '#' are skipped. Optionally, a single header line is interpreted as column names (option -HM).
Definition in file JGraph.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 38 of file JGraph.cc.