Jpp
18.2.0
the software that should make you happy
|
Auxiliary program to print quantiles from ROOT histograms or graphs. More...
#include <string>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <cmath>
#include "TROOT.h"
#include "TFile.h"
#include "TObject.h"
#include "TKey.h"
#include "TH1.h"
#include "TGraph.h"
#include "TRegexp.h"
#include "JTools/JQuantile.hh"
#include "JGizmo/JRootObjectID.hh"
#include "JGizmo/JGizmoToolkit.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "Jeep/JPrint.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Auxiliary program to print quantiles from ROOT histograms or graphs.
The option -f
corresponds to <file name>:<object name>
.
Definition in file JPrintQuantiles.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file JPrintQuantiles.cc.