#include "RPCSimulator.h"
#include "RPCChargeGenerator.h"
#include <iostream>
#include <fstream>
#include <iterator>
#include <det/Detector.h>
#include <sdet/SDetector.h>
#include <sdet/Station.h>
#include <cdet/CDetector.h>
#include <evt/Event.h>
#include <evt/ShowerSimData.h>
#include <fwk/CentralConfig.h>
#include <fwk/RunController.h>
#include <fwk/LocalCoordinateSystem.h>
#include <fwk/CoordinateSystemRegistry.h>
#include <fwk/RandomEngineRegistry.h>
#include <cevt/CEvent.h>
#include <utl/config.h>
#include <utl/Trace.h>
#include <utl/AugerUnits.h>
#include <utl/Math.h>
#include <utl/MathConstants.h>
#include <utl/PhysicalConstants.h>
#include <utl/TimeStamp.h>
#include <utl/TabulatedFunction.h>
#include <utl/ErrorLogger.h>
#include <utl/Particle.h>
#include <utl/AugerCoordinateSystem.h>
#include <utl/UTMPoint.h>
#include <utl/MultiTimeDistribution.h>
#include <utl/GeometryUtilities.h>
#include <CLHEP/Random/RandGauss.h>
#include <TH1.h>
#include <TProfile.h>
#include <TFile.h>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.