Jpp
17.3.0-rc.2
the software that should make you happy
|
Auxiliary program to histogram bin-by-bin deviations of the contents of one (or more) 1D histogram(s). More...
#include <string>
#include <iostream>
#include <iomanip>
#include <vector>
#include <cmath>
#include "TROOT.h"
#include "TFile.h"
#include "TKey.h"
#include "TH1D.h"
#include "TH1.h"
#include "TString.h"
#include "TRegexp.h"
#include "JTools/JAbstractHistogram.hh"
#include "JGizmo/JRootObjectID.hh"
#include "JGizmo/JGizmoToolkit.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 histogram bin-by-bin deviations of the contents of one (or more) 1D histogram(s).
The option -f
corresponds to <file name>:<object name>
.
The formula (option -F <formula>
) refers to a ROOT TFormula. The expression may contain member methods of the corresponding object.
In case of multiple histograms, the formula is evaluated stand alone (i.e. without ROOT histogram). If formula equals "first", the bin-by-bin deviations of the contents of the histograms are evaluated with respect to the first histogram.
Definition in file JVariance1D.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 44 of file JVariance1D.cc.