Jpp
16.0.1
the software that should make you happy
|
Example program to plot oscillation probabilties interpolated in energy and zenith-angle. More...
#include <iostream>
#include <iomanip>
#include <string>
#include "JLang/JVectorize.hh"
#include "Jeep/JPrint.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "JOscProb/JOscChannel.hh"
#include "JOscProb/JOscParameters.hh"
#include "JOscProb/JOscProbInterpolator2D.hh"
#include "JTools/JAbstractHistogram.hh"
#include "TFile.h"
#include "TH2D.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Example program to plot oscillation probabilties interpolated in energy and zenith-angle.
Definition in file JPlotOscProb.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 27 of file JPlotOscProb.cc.