Jpp
18.3.0-rc.1
the software that should make you happy
|
Auxiliary program to print (x,y) of the maximum of 2D ROOT objects. More...
#include <string>
#include <iostream>
#include <iomanip>
#include <limits>
#include "TROOT.h"
#include "TFile.h"
#include "TClass.h"
#include "TApplication.h"
#include "TKey.h"
#include "TRegexp.h"
#include "TH2.h"
#include "TGraph2D.h"
#include "TProfile2D.h"
#include "JGizmo/JRootObjectID.hh"
#include "JGizmo/JGizmoToolkit.hh"
#include "Jeep/JPrint.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 print (x,y) of the maximum of 2D ROOT objects.
The option -f
corresponds to <file name>:<object name>
.
Definition in file JPrintMaximum2D.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 30 of file JPrintMaximum2D.cc.