Go to the documentation of this file.
29 return in >>
event.number >>
event.type;
35 return out <<
event.number <<
' ' <<
event.type;
44 int 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());
Data structure for start_event tag.
std::istream & operator>>(std::istream &in, JEvent &event)
Structure to store the ToT mean and standard deviation of the hits produced by a nanobeacon in a sour...
Utility class to parse command line options.
bool read(const JEquation &equation)
Read equation.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
int main(int argc, char **argv)
std::ostream & operator<<(std::ostream &out, const JEvent &event)
Simple data structure to support I/O of equations (see class JLANG::JEquation).
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Utility class to parse parameter values.
int read(const int argc, const char *const argv[])
Parse the program's command line options.