// // Dump entire events or selected chunks in ASCII format // // Command line overrides // // RCP parameter Command line option //------------------------------------- // DumpNumber -dump_number // DumpCollisionID -dump_id // DumpEvent -dump_event // // Specify the argument of -dump_id and -dump_event as 0 or 1, or use these // options without an argument to turn the option on. string PackageName = "DumpEvent" int DumpPeriod = 1 int DumpNumber = 10 bool DumpCollisionID = true bool DumpEvent = true string DumpChunks = ("ThumbNailChunk" "ChargedParticleChunk" ) // Chunks to dump (empty list = all chunks) string OutputFile = "D0ChunkAnalyze.dump" // Output stream (out(...)) or filename.