|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Low-level interface for oscillation baseline calculators. More...
#include <JBaselineComputerInterface.hh>
Public Member Functions | |
| JBaselineComputerInterface () | |
| Default constructor. | |
| ~JBaselineComputerInterface () | |
| Virtual destructor. | |
| virtual double | getCosth (const double L) const =0 |
| Get cosine zenith angle for a given baseline. | |
| virtual double | getBaseline (const double costh) const =0 |
| Get baseline for a given cosine zenith angle. | |
Low-level interface for oscillation baseline calculators.
Definition at line 17 of file JBaselineComputerInterface.hh.
|
inline |
|
inline |
Get cosine zenith angle for a given baseline.
| L | baseline [km] |
Implemented in JOSCPROB::JBaselineComputer.
|
pure virtual |
Get baseline for a given cosine zenith angle.
| costh | cosine zenith angle |
Implemented in JOSCPROB::JBaselineComputer.