24int main(
int argc,
char **argv)
35 JParser<> zap(
"Program to test TRandom reproducibility.");
43 catch(
const exception &error) {
48 FATAL(
"Invalid configuration for random number generator " <<
seed <<
endl);
55 UInt_t value[2] = { 0, 0 };
57 if (!JRandom::write(file_name,
gRandom)) {
58 FATAL(
"Failure writing to file <" << file_name <<
">." <<
endl);
68 FATAL(
"Invalid configuration for random number generator " <<
seed <<
endl);
75 ASSERT(value[0] == value[1]);
General purpose messaging.
#define DEBUG(A)
Message macros.
#define ASSERT(A,...)
Assert macro.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Template definition of random value generator.