Jpp
master_rocky-43-ge265d140c
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] More... | |
static const char *const | log10E () |
logarithmic energy [GeV] More... | |
static const char *const | LoE () |
L/E [km GeV-1]. More... | |
static const char *const | costh () |
cosine of zenith-angle More... | |
static const char *const | sinth () |
sine of zenith-angle More... | |
static const char *const | L () |
sine of zenith-angle More... | |
static type | getType (const std::string &name) |
Get oscillation variable type. More... | |
Auxiliary data structure to hold oscillation variable names.
Definition at line 70 of file JOscProbToolkit.hh.
Oscillation variable types.
Enumerator | |
---|---|
COSTH | |
SINTH | |
ENERGY | |
LOG10E | |
LOE | |
BASELINE | |
UNDEFINED |
Definition at line 75 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.