#include "PrimaryGenerator.h"
#include <fwk/CentralConfig.h>
#include <fwk/RandomEngineRegistry.h>
#include <det/Detector.h>
#include <evt/Event.h>
#include <evt/ShowerSimData.h>
#include <evt/DefaultShowerGeometryProducer.h>
#include <utl/AugerUnits.h>
#include <utl/ErrorLogger.h>
#include <utl/Reader.h>
#include <utl/PhysicalConstants.h>
#include <utl/RandomEngine.h>
#include <utl/Particle.h>
#include <utl/NucleusProperties.h>
#include <utl/RandomSamplerFromPDF.h>
#include <CLHEP/Random/RandFlat.h>
Go to the source code of this file.