1 #include <io/CorsikaBlock.h>
2 #include <io/CorsikaIOException.h>
3 #include <utl/ErrorLogger.h>
11 using namespace io::Corsika;
12 using std::ostringstream;
22 msg <<
"Length of string \"" <<
id
23 <<
"\" is different from " <<
kLength;
#define FATAL(message)
Macro for logging fatal messages.
Base for exceptions in the CORSIKA reader.
static const size_t kLength
Length of sub-block identifier.
void SetID(const char *const theID)
set from c-string (for testing)
bool Is(const char *const theID) const
Compare ID's.