Jpp - the software that should make you happy
|
Auxiliary program to convert 1D histograms to PDFs. More...
#include <string>
#include <iostream>
#include <iomanip>
#include <vector>
#include "TROOT.h"
#include "TFile.h"
#include "TKey.h"
#include "TH1.h"
#include "TProfile.h"
#include "TString.h"
#include "TRegexp.h"
#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 convert 1D histograms to PDFs.
The option -f
corresponds to <file name>:<object name>
.
Possible operations (option -O <operation>
:
Definition in file JConvertToPDF1D.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 36 of file JConvertToPDF1D.cc.