9#include "TBufferJSON.h" 
   23int main(
int argc, 
char **argv)
 
   33    JParser<> zap(
"Auxiliary program to print ROOT TRandom seed.");
 
   40  catch(
const exception &error) {
 
   41    FATAL(error.what() << endl);
 
   47  while (reader.hasNext()) {
 
   49    TRandom* p = reader.next();
 
   51    cout << 
"seed[" << reader.getCycle() << 
"] = " << endl;
 
   52    cout << TBufferJSON::ConvertToJSON(p) << endl;
 
 
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)
 
Utility class to parse command line options.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).