#include <io/CorsikaShowerFileParticleIterator.h>
#include <io/RawCorsikaFile.h>
#include <io/CorsikaBlock.h>
#include <io/CorsikaIOException.h>
#include <io/CorsikaUtilities.h>
#include <evt/ShowerSimData.h>
#include <utl/AugerUnits.h>
#include <utl/CoordinateSystem.h>
#include <utl/ErrorLogger.h>
#include <utl/Particle.h>
#include <utl/PhysicalConstants.h>
#include <utl/Point.h>
#include <utl/Vector.h>
#include <utl/GeometryUtilities.h>
#include <utl/ReferenceEllipsoid.h>
#include <utl/UTMPoint.h>
#include <utl/Math.h>
#include <utl/RandomEngine.h>
#include <fwk/LocalCoordinateSystem.h>
#include <fwk/RandomEngineRegistry.h>
#include <CLHEP/Random/Randomize.h>
#include <det/Detector.h>
#include <sstream>
#include <cmath>
Go to the source code of this file.
Implementation file for CorsikaShowerFileParticleIterator class
Definition in file CorsikaShowerFileParticleIterator.cc.