Jpp
|
#include <string>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <assert.h>
#include "TROOT.h"
#include "TFile.h"
#include "TKey.h"
#include "TH1D.h"
#include "TProfile.h"
#include "JTools/JFunction1D_t.hh"
#include "JTools/JFunctionalMap_t.hh"
#include "JTools/JQuantiles.hh"
#include "JPhysics/JPDFTable.hh"
#include "JPhysics/JPDFTypes.hh"
#include "JGeometry3D/JAngle3D.hh"
#include "Jeep/JTimer.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Demonstration program to plot RMS of arrival time of first hit as a function of the minimal distance of approach of a muon to the PMT.
Definition in file JDemoPDF.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 31 of file JDemoPDF.cc.