#include <RecEvent.h>
#include <RecEventFile.h>
#include <IoAuger.h>
#include <IoSdData.h>
#include <AugerEvent.h>
#include <boost/algorithm/string/trim.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/program_options.hpp>
#include <boost/filesystem/operations.hpp>
#include <iostream>
#include <sstream>
#include <string>
#include <fstream>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
Global | |
Typedefs | |
typedef unsigned long | ulong |
Functions | |
void | DumpIds (const set< ulong > &ids) |
void | DumpKeys (const vector< string > &files) |
int | main (int argc, char *argv[]) |
set< ulong > | ParseIds (const string &file) |
Variables | |
bool | Global::gDebug = false |
typedef unsigned long ulong |
Definition at line 36 of file extractEvent.cc.
void DumpIds | ( | const set< ulong > & | ids | ) |
Definition at line 76 of file extractEvent.cc.
Referenced by main().
void DumpKeys | ( | const vector< string > & | files | ) |
Definition at line 84 of file extractEvent.cc.
References file, and Global::gDebug.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 118 of file extractEvent.cc.
References DumpIds(), DumpKeys(), io::eEOF, io::eWrite, exists, Global::gDebug, ParseIds(), and run.
set<ulong> ParseIds | ( | const string & | file | ) |
Definition at line 45 of file extractEvent.cc.
References exit, and Global::gDebug.
Referenced by main().