#include "FdApertureLightFinder.h"
#include <fwk/CentralConfig.h>
#include <fwk/CoordinateSystemRegistry.h>
#include <utl/Reader.h>
#include <utl/ErrorLogger.h>
#include <utl/MathConstants.h>
#include <utl/Vector.h>
#include <utl/PhysicalConstants.h>
#include <utl/TabulatedFunctionErrors.h>
#include <evt/Event.h>
#include <evt/ShowerFRecData.h>
#include <fevt/FEvent.h>
#include <fevt/Eye.h>
#include <fevt/Telescope.h>
#include <fevt/EyeRecData.h>
#include <fevt/PixelRecData.h>
#include <fevt/Pixel.h>
#include <fevt/FdComponentSelector.h>
#include <det/Detector.h>
#include <fdet/FDetector.h>
#include <fdet/Eye.h>
#include <fdet/Pixel.h>
#include <fdet/Channel.h>
#include <fdet/Camera.h>
#include <fdet/Telescope.h>
#include <sstream>
#include <iomanip>
Go to the source code of this file.
implementation of Module FdApertureLightFinderOG
Definition in file FdApertureLightFinderOG/FdApertureLightFinder.cc.