29  return in >> 
event.number >> 
event.type;
 
 
   35  return out << 
event.number << 
' ' << 
event.type; 
 
 
   44int main(
int argc, 
char **argv)
 
   60  catch(
const exception &error) {
 
   61    FATAL(error.what() << endl);
 
   71    zap[
"start_event"] = event;
 
   73    ifstream in(inputFile.c_str());
 
 
General purpose messaging.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
int main(int argc, char **argv)
 
std::ostream & operator<<(std::ostream &out, const JEvent &event)
 
std::istream & operator>>(std::istream &in, JEvent &event)
 
Utility class to parse parameter values.
 
Utility class to parse parameter values.
 
bool read(const JEquation &equation)
Read equation.
 
Simple data structure to support I/O of equations (see class JLANG::JEquation).
 
Utility class to parse command line options.
 
int read(const int argc, const char *const argv[])
Parse the program's command line options.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Data structure for start_event tag.