#include <det/Detector.h>
#include <atm/ParametricXMLRayleighModel.h>
#include <atm/InclinedAtmosphericProfile.h>
#include <atm/ScatteringResult.h>
#include <atm/AttenuationResult.h>
#include <atm/ProfileResult.h>
#include <fwk/CentralConfig.h>
#include <fwk/CoordinateSystemRegistry.h>
#include <utl/Point.h>
#include <utl/Vector.h>
#include <utl/AugerUnits.h>
#include <utl/Reader.h>
#include <utl/ErrorLogger.h>
#include <utl/MathConstants.h>
#include <utl/PhysicalConstants.h>
#include <utl/ReferenceEllipsoid.h>
#include <utl/TabulatedFunctionErrors.h>
#include <iostream>
#include <string>
#include <sstream>
#include <vector>
Go to the source code of this file.
Functions | |
double | RefractiveIndex (const double wl) |
Implementation of ParametricXMLRayleighModel
New version 13/01/06 BRD. See GAP-2006-007 From A. Bucholtz, Applied Optics 34, 2765 (1995). To retrieve the classic parametrization (eg as in Sokolsky's book) set fRhoN=0.0 in xml file.
Definition in file ParametricXMLRayleighModel.cc.
|
inline |
Definition at line 49 of file ParametricXMLRayleighModel.cc.
References utl::micrometer, and std::pow().
Referenced by atm::ParametricXMLRayleighModel::GetAttenuationLength().