1 #ifndef __JOSCPROB__JBASELINECOMPUTERINTERFACE__ 
    2 #define __JOSCPROB__JBASELINECOMPUTERINTERFACE__ 
   10 namespace JPP { 
using namespace JOSCPROB; }
 
   39     virtual double getCosth(
const double L) 
const = 0;
 
   48     virtual double getBaseline(
const double costh) 
const = 0;
 
Low-level interface for oscillation baseline calculators. 
 
~JBaselineComputerInterface()
Virtual destructor. 
 
JBaselineComputerInterface()
Default constructor. 
 
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.