Jpp 19.3.0-rc.3
the software that should make you happy
|
Auxiliary program to print result from ROOT objects. More...
#include <string>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <cmath>
#include "TROOT.h"
#include "TFile.h"
#include "TObject.h"
#include "TKey.h"
#include "TString.h"
#include "TRegexp.h"
#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.
Classes | |
struct | JFormula |
Auxiliary class for custom I/O. More... | |
Functions | |
std::istream & | operator>> (std::istream &in, JFormula &object) |
Read formula from input stream. | |
std::ostream & | operator<< (std::ostream &out, const JFormula &object) |
Write formula to output stream. | |
template<class T > | |
TString | replace (const TString &target, const TRegexp ®exp, const T &replacement) |
Replace regular expression in input by given replacement. | |
int | main (int argc, char **argv) |
Auxiliary program to print result from ROOT objects.
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.
Definition in file JPrintResult.cc.
|
inline |
Read formula from input stream.
in | input stream |
object | formula |
Definition at line 36 of file JPrintResult.cc.
|
inline |
Write formula to output stream.
out | output stream |
object | formula |
Definition at line 48 of file JPrintResult.cc.
|
inline |
Replace regular expression in input by given replacement.
target | input |
regexp | regular expression |
replacement | replacement |
Definition at line 63 of file JPrintResult.cc.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 95 of file JPrintResult.cc.