| 
    Jpp
    17.1.0
    
   the software that should make you happy 
   | 
 
Example program to plot oscillogram from 8D oscillations probability table
after 6D interpolation in oscillation parameters.  
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/JOscProbToolkit.hh"#include "JOscProb/JOscProbInterpolator2D.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 oscillogram from 8D oscillations probability table
after 6D interpolation in oscillation parameters. 
Definition in file JPlotOscProbInterpolation6D.cc.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 27 of file JPlotOscProbInterpolation6D.cc.
 1.8.5