Jpp
19.0.0
the software that should make you happy
|
Program to plot CDF of Cherenkov light from 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 "JPhysics/JCDFTable.hh"
#include "JPhysics/JPDFTypes.hh"
#include "JPhysics/JPDFToolkit.hh"
#include "JSirene/JCDFTable2D.hh"
#include "Jeep/JProperties.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) |
Program to plot CDF of Cherenkov light from shower using interpolation tables.
Definition in file JCDFTable2D.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
< number of bins for average CDF integral of optical module
< safety factor for average CDF integral of optical module
Definition at line 30 of file JCDFTable2D.cc.