#include <utl/ErrorLogger.h>
#include <utl/Vector.h>
#include <utl/MathConstants.h>
#include <utl/PhysicalConstants.h>
#include <utl/PhysicalFunctions.h>
#include <utl/TabulatedFunction.h>
#include <utl/TabulatedFunctionErrors.h>
#include <utl/MultiTabulatedFunction.h>
#include <utl/ReferenceEllipsoid.h>
#include <utl/Reader.h>
#include <evt/Event.h>
#include <evt/ShowerRecData.h>
#include <evt/ShowerFRecData.h>
#include <fevt/FEvent.h>
#include <fevt/Eye.h>
#include <fevt/Telescope.h>
#include <fevt/EyeRecData.h>
#include <det/Detector.h>
#include <atm/Atmosphere.h>
#include <atm/ScatteringResult.h>
#include <atm/AttenuationResult.h>
#include <atm/ProfileResult.h>
#include <fdet/FDetector.h>
#include <fdet/Eye.h>
#include <fdet/Telescope.h>
#include <fdet/Pixel.h>
#include <fdet/Channel.h>
#include <utl/Point.h>
#include <fwk/CentralConfig.h>
#include <fwk/CoordinateSystemRegistry.h>
#include <fwk/LocalCoordinateSystem.h>
#include "FdCherenkovFinder.h"
Go to the source code of this file.
Implementation of the FdCherenkovFinder Module
Definition in file FdCherenkovFinder.cc.