Jpp 19.3.0-rc.1
the software that should make you happy
|
Example program for plotting the atmospheric neutrino fluxes given by an azimuth-averaged Honda flux table
and comparing them with the atmospheric neutrino flux from the KM3NeT flux library.
More...
#include <iostream>
#include <iomanip>
#include <string>
#include "km3net-dataformat/offline/Head.hh"
#include "km3net-dataformat/offline/Evt.hh"
#include "JTools/JGrid.hh"
#include "JTools/JPolint.hh"
#include "JAAnet/JParticleTypes.hh"
#include "JAAnet/JAAnetToolkit.hh"
#include "JAAnet/JDiffuseFluxHelper.hh"
#include "JAAnet/JHondaFluxInterpolator.hh"
#include "JSupport/JSupport.hh"
#include "JSupport/JMultipleFileScanner.hh"
#include "JSupport/JEvtWeightFileScannerSet.hh"
#include "JOscProb/JOscParameters.hh"
#include "JOscProb/JOscProbInterpolator.hh"
#include "JOscProb/JOscProbHelper.hh"
#include "Jeep/JPrint.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "JROOT/JManager.hh"
#include "TFile.h"
#include "TH2D.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Example program for plotting the atmospheric neutrino fluxes given by an azimuth-averaged Honda flux table
and comparing them with the atmospheric neutrino flux from the KM3NeT flux library.
Definition in file JHondaFluxInterpolator.cc.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 41 of file JHondaFluxInterpolator.cc.