#include <io/CorsikaShowerFile.h>
#include <io/CorsikaBlock.h>
#include <io/CorsikaIOException.h>
#include <io/IoCodes.h>
#include <evt/Event.h>
#include <evt/ShowerSimData.h>
#include <utl/AugerUnits.h>
#include <utl/Particle.h>
#include <utl/ShowerParticleIterator.h>
#include <utl/UTCDateTime.h>
#include <fwk/CentralConfig.h>
#include <det/Detector.h>
#include <tst/Verify.h>
#include <cppunit/extensions/HelperMacros.h>
#include <iostream>
#include <iomanip>
#include <string>
Go to the source code of this file.
Test CORSIKA shower file
- Author
- Lukas Nellen
- Date
- 29 Jan 2004
Definition in file testCorsikaShowerFile.cc.