1#ifndef __JOSCPROB__JBASELINECOMPUTERINTERFACE__ 
    2#define __JOSCPROB__JBASELINECOMPUTERINTERFACE__ 
   39    virtual double getCosth(
const double L) 
const = 0;
 
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Low-level interface for oscillation baseline calculators.
 
~JBaselineComputerInterface()
Virtual destructor.
 
virtual double getBaseline(const double costh) const =0
Get baseline for a given cosine zenith angle.
 
virtual double getCosth(const double L) const =0
Get cosine zenith angle for a given baseline.
 
JBaselineComputerInterface()
Default constructor.