1#ifndef __JPHYSICS__JABSTRACTMEDIUM__ 
    2#define __JPHYSICS__JABSTRACTMEDIUM__ 
virtual double getAbsorptionLength(const double lambda) const =0
Absorption length.
 
virtual ~JAbstractMedium()
Virtual destructor.
 
virtual double getScatteringLength(const double lambda) const =0
Scattering length.
 
virtual double getScatteringProbability(const double ct) const =0
Model specific function to describe light scattering in water (integral over full solid angle normali...
 
Auxiliary methods for light properties of deep-sea water.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).