Jpp
16.0.0-rc.2
the software that should make you happy
|
Program to compare integrals of PDF of Cherenkov light from EM-shower using interpolation tables. More...
#include <string>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <vector>
#include "TROOT.h"
#include "TFile.h"
#include "TH2D.h"
#include "JTools/JFunction1D_t.hh"
#include "JTools/JFunctionalMap_t.hh"
#include "JTools/JAbstractHistogram.hh"
#include "JPhysics/JPDFTransformer.hh"
#include "JPhysics/JPDFTable.hh"
#include "JPhysics/JCDFTable.hh"
#include "JPhysics/JNPETable.hh"
#include "JPhysics/JPDFTypes.hh"
#include "JROOT/JRootToolkit.hh"
#include "Jeep/JPrint.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Typedefs | |
typedef std::pair< double, double > | orientation |
Functions | |
std::istream & | operator>> (std::istream &in, orientation &x) |
std::ostream & | operator<< (std::ostream &out, const orientation &x) |
int | main (int argc, char **argv) |
Program to compare integrals of PDF of Cherenkov light from EM-shower using interpolation tables.
Definition in file JPlotNPE-PDG.cc.
typedef std::pair<double,double> orientation |
Definition at line 27 of file JPlotNPE-PDG.cc.
std::istream& operator>> | ( | std::istream & | in, |
orientation & | x | ||
) |
Definition at line 29 of file JPlotNPE-PDG.cc.
std::ostream& operator<< | ( | std::ostream & | out, |
const orientation & | x | ||
) |
Definition at line 30 of file JPlotNPE-PDG.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 39 of file JPlotNPE-PDG.cc.