31 (*this)[
"MUPAGE"] = getMUPAGEHeader();
32 (*this)[
"GENHEN"] = getGenhenHeader();
33 (*this)[
"GENIE"] = getGenieHeader();
34 (*this)[
"SIRENE"] = getSireneHeader();
35 (*this)[
"KM3"] = getKM3Header();
36 (*this)[
"KM3SIM"] = getKM3SimHeader();
37 (*this)[
"CORSIKA_P"] = getCorsikaHeader( 0,14);
38 (*this)[
"CORSIKA_HE"] = getCorsikaHeader( 4, 2);
39 (*this)[
"CORSIKA_C"] = getCorsikaHeader(12, 6);
40 (*this)[
"CORSIKA_0"] = getCorsikaHeader(16, 8);
41 (*this)[
"CORSIKA_FE"] = getCorsikaHeader(56,26);
42 (*this)[
"DAQ"] = getDAQHeader();
54 int main(
int argc,
char **argv)
61 JMultipleFileScanner_t inputFile;
68 JParser<> zap(
"Auxiliary program to select Monte Carlo files according generator.");
79 catch(
const exception &error) {
80 FATAL(error.what() << endl);
83 DEBUG(weight[header]);