Jpp - the software that should make you happy
|
Program to compare histograms in root files that have same directory structure,
and where the histograms have the same names.
More...
#include <iostream>
#include <fstream>
#include "TString.h"
#include "TRegexp.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TFile.h"
#include "TKey.h"
#include "Jeep/JParser.hh"
#include "JSupport/JMeta.hh"
#include "JCompareHistograms/JTest_t.hh"
#include "JCompareHistograms/JTestDictionary.hh"
Go to the source code of this file.
Functions | |
void | readDir (TDirectory *dir, vector< TString > &v) |
int | main (int argc, char **argv) |
Program to compare histograms in root files that have same directory structure,
and where the histograms have the same names.
The input histograms and the test to be applied for each histogram are specified
in an ASCII formatted steering file which is passed by the command line.
Each row of the steering file should have multiple columns.
Column 1 is the name of the histogram to be compared (including the full path inside the root file)
Column 2 is an integer value that indicates the test to be performed. See JTestDictionary()
Columns 3..n are reserved for the different parameters of the test.
Definition in file JZebraMantis.cc.
|
inline |
Definition at line 26 of file JZebraMantis.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 63 of file JZebraMantis.cc.