Jpp
16.0.3
the software that should make you happy
|
Example program to test interpolations for PDF. More...
#include <string>
#include <iostream>
#include <iomanip>
#include "TROOT.h"
#include "TFile.h"
#include "TH1D.h"
#include "TMath.h"
#include "TString.h"
#include "JTools/JFunction1D_t.hh"
#include "JTools/JQuadrature.hh"
#include "JTools/JGrid.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
int | numberOfPoints |
bool | quadrature |
int | debug |
debug level More... | |
Example program to test interpolations for PDF.
Definition in file JResultPDF.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 119 of file JResultPDF.cc.
int numberOfPoints |
Definition at line 22 of file JResultPDF.cc.
bool quadrature |
Definition at line 23 of file JResultPDF.cc.
int debug |
debug level
Definition at line 24 of file JResultPDF.cc.