| 
    Jpp 19.3.0-rc.3
    
   the software that should make you happy 
   | 
 
Auxiliary data structure to hold oscillation variable names. More...
#include <JOscProbToolkit.hh>
Public Types | |
| enum | type {  COSTH , SINTH , ENERGY , LOG10E , LOE , BASELINE , UNDEFINED }  | 
| Oscillation variable types.  More... | |
Static Public Member Functions | |
| static const char *const | energy () | 
| energy [GeV]   | |
| static const char *const | log10E () | 
| logarithmic energy [GeV]   | |
| static const char *const | LoE () | 
| L/E [km GeV-1].   | |
| static const char *const | costh () | 
| cosine of zenith-angle   | |
| static const char *const | sinth () | 
| sine of zenith-angle   | |
| static const char *const | L () | 
| sine of zenith-angle   | |
| static type | getType (const std::string &name) | 
| Get oscillation variable type.   | |
Auxiliary data structure to hold oscillation variable names.
Definition at line 70 of file JOscProbToolkit.hh.
      
  | 
  inlinestatic | 
energy [GeV]
Definition at line 86 of file JOscProbToolkit.hh.
      
  | 
  inlinestatic | 
logarithmic energy [GeV]
Definition at line 87 of file JOscProbToolkit.hh.
      
  | 
  inlinestatic | 
L/E [km GeV-1].
Definition at line 88 of file JOscProbToolkit.hh.
      
  | 
  inlinestatic | 
cosine of zenith-angle
Definition at line 90 of file JOscProbToolkit.hh.
      
  | 
  inlinestatic | 
sine of zenith-angle
Definition at line 91 of file JOscProbToolkit.hh.
      
  | 
  inlinestatic | 
sine of zenith-angle
Definition at line 92 of file JOscProbToolkit.hh.
      
  | 
  inlinestatic | 
Get oscillation variable type.
| name | oscillation variable name | 
Definition at line 101 of file JOscProbToolkit.hh.