20int main(
int argc,
char **argv)
29 JParser<> zap(
"Example program to test object writing class.");
36 catch(
const exception &error) {
37 FATAL(error.what() << endl);
General purpose messaging.
int main(int argc, char **argv)
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Object(s) writing to ASCII file.
virtual void reset() override
Reset pointer.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
virtual void close() override
Close device.
virtual bool put(const T &object) override
Object output.
Auxiliary class for object writing with named access.