22 int main(
int argc, 
char **argv)
 
   31     JParser<> zap(
"Auxiliary program to print ROOT TRandom seed.");
 
   38   catch(
const exception &error) {
 
   39     FATAL(error.what() << endl);
 
   48   while (reader.hasNext()) {
 
   50     TRandom* 
x = reader.next();
 
   52     cout << 
"seed[" << reader.getCycle() << 
"] = " << 
x->GetSeed() << 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).