Jpp
16.0.1
the software that should make you happy
|
Auxiliary class for interpolating an oscillation probability table in 2 dimensions
(in terms of the energy and cosine zenith angle).
More...
#include <JOscProbInterpolator2D.hh>
Public Types | |
typedef JOscProbTable2D < JDistance_t > | table_type |
typedef table_type::data_type | data_type |
Public Member Functions | |
JOscProbInterpolator2D () | |
Default constructor. More... | |
JOscProbInterpolator2D (const table_type *pTable) | |
Constructor. More... | |
double | operator() (const JOscChannel &channel, const double log10E, const double costh) const |
Get oscillation probability for given oscillation channel. More... | |
Private Attributes | |
const table_type * | pTable |
Pointer to 2D oscillation probability table. More... | |
Auxiliary class for interpolating an oscillation probability table in 2 dimensions
(in terms of the energy and cosine zenith angle).
Definition at line 37 of file JOscProbInterpolator2D.hh.
typedef JOscProbTable2D<JDistance_t> JOSCPROB::JOscProbInterpolator2D< JDistance_t >::table_type |
Definition at line 39 of file JOscProbInterpolator2D.hh.
typedef table_type::data_type JOSCPROB::JOscProbInterpolator2D< JDistance_t >::data_type |
Definition at line 40 of file JOscProbInterpolator2D.hh.
|
inline |
Default constructor.
Definition at line 46 of file JOscProbInterpolator2D.hh.
|
inline |
Constructor.
pTable | pointer to 2D oscillation probability table |
Definition at line 56 of file JOscProbInterpolator2D.hh.
|
inline |
Get oscillation probability for given oscillation channel.
channel | oscillation channel |
log10E | logarithmic neutrino energy |
costh | cosine zenith angle |
Definition at line 69 of file JOscProbInterpolator2D.hh.
|
private |
Pointer to 2D oscillation probability table.
Definition at line 101 of file JOscProbInterpolator2D.hh.