#include <utl/config.h>
#include "ShowerPhotonGenerator.h"
#include "MultipleScatterer.h"
#include <utl/Reader.h>
#include <utl/ErrorLogger.h>
#include <utl/AugerUnits.h>
#include <utl/MathConstants.h>
#include <utl/Math.h>
#include <utl/PhysicalConstants.h>
#include <utl/PhysicalFunctions.h>
#include <utl/Point.h>
#include <utl/Vector.h>
#include <utl/TabulatedFunction.h>
#include <utl/TabulatedFunctionErrors.h>
#include <utl/Trace.h>
#include <utl/MultiTabulatedFunction.h>
#include <utl/Photon.h>
#include <utl/RandomEngine.h>
#include <utl/RandomSamplerFromPDF.h>
#include <utl/UTMPoint.h>
#include <fwk/CentralConfig.h>
#include <fwk/CoordinateSystemRegistry.h>
#include <fwk/LocalCoordinateSystem.h>
#include <fwk/RandomEngineRegistry.h>
#include <det/Detector.h>
#include <fdet/FDetector.h>
#include <fdet/Eye.h>
#include <fdet/Telescope.h>
#include <fdet/Mirror.h>
#include <fdet/Filter.h>
#include <fdet/Corrector.h>
#include <fdet/Camera.h>
#include <evt/Event.h>
#include <evt/ShowerSimData.h>
#include <evt/LaserData.h>
#include <fevt/FEvent.h>
#include <fevt/Eye.h>
#include <fevt/TelescopeSimData.h>
#include <fevt/Telescope.h>
#include <atm/ProfileResult.h>
#include <atm/InclinedAtmosphericProfile.h>
#include <CLHEP/Random/Randomize.h>
#include <boost/tuple/tuple.hpp>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <map>
#include <TROOT.h>
#include <TStyle.h>
#include <TH1D.h>
#include <TCanvas.h>
#include <TLegend.h>
Go to the source code of this file.
Implementation of the ShowerPhotonGenerator module
based on original code from Luis Prado Jr 01 Apr 2004
Definition in file ShowerPhotonGenerator.cc.