Jpp - the software that should make you happy
|
Program to compare root histograms. More...
#include <iostream>
#include <fstream>
#include "TString.h"
#include "TRegexp.h"
#include "TFile.h"
#include "Jeep/JParser.hh"
#include "JTest_t.hh"
#include "JTestDictionary.hh"
#include "JGizmo/JRootObjectID.hh"
#include "JGizmo/JGizmoToolkit.hh"
#include "JSupport/JMeta.hh"
Go to the source code of this file.
Functions | |
vector< TObject * > | getListOfObjects (vector< JRootObjectID > listOfPatterns) |
int | main (int argc, char **argv) |
Program to compare root histograms.
The input histograms and the test to be applied for each histogram are specified
through the command line.
The histogram names are treated as regular expressions. Therefore, multiple histograms could be tested on one shot.
The command line argument specifies the test to be performed, and the corresponding parameters. See JTestDictionary()
Definition in file JMantisShrimp.cc.
|
inline |
Definition at line 24 of file JMantisShrimp.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 69 of file JMantisShrimp.cc.