Jpp
17.1.0
the software that should make you happy
|
Auxiliary class for interpolating an oscillation probability table in 8 dimensions in terms of: 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 E, 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 8 dimensions in terms of:
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 |
E | neutrino energy [GeV] |
costh | cosine zenith angle |
Definition at line 69 of file JOscProbInterpolator2D.hh.
|
private |
Pointer to 2D oscillation probability table.
Definition at line 104 of file JOscProbInterpolator2D.hh.