Jpp
16.0.0
the software that should make you happy
|
Auxiliary program to create TGraph2D from input file with ASCII data. More...
#include <string>
#include <iostream>
#include <fstream>
#include <vector>
#include <limits>
#include "TROOT.h"
#include "TFile.h"
#include "TGraph2D.h"
#include "TGraph2DErrors.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 TGraph2D from input file with ASCII data.
Supported input file formats:
x y z x y z ez x y z ex ey ez
Lines starting with a '#' are skipped.
Definition in file JGraph2D.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file JGraph2D.cc.