|
Jpp
19.1.0
the software that should make you happy
|
Auxiliary program to scale ROOT histograms. 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 "TGraphErrors.h"#include "TString.h"#include "TRegexp.h"#include "JTools/JRange.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 scale ROOT histograms.
The option -f corresponds to <file name>:<object name>.
The scale factor (option -F <factor>) refers to a ROOT TFormula. The expression may contain member methods of the corresponding object.
Definition in file JScale1D.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 35 of file JScale1D.cc.