#include <atm/InclinedAtmosphericProfile.h>
#include <atm/ProfileResult.h>
#include <atm/Atmosphere.h>
#include <fwk/LocalCoordinateSystem.h>
#include <fwk/CoordinateSystemRegistry.h>
#include <utl/CoordinateSystemPtr.h>
#include <utl/ErrorLogger.h>
#include <utl/AugerUnits.h>
#include <utl/AugerException.h>
#include <utl/PhysicalConstants.h>
#include <utl/TabulatedFunction.h>
#include <utl/TabulatedFunctionErrors.h>
#include <utl/UTMPoint.h>
#include <utl/Point.h>
#include <utl/Vector.h>
#include <utl/ReferenceEllipsoid.h>
#include <utl/GeometryUtilities.h>
#include <det/Detector.h>
#include <vector>
#include <sstream>
Go to the source code of this file.