30int main(
int argc,
char **argv)
38 JLimit_t& numberOfEvents = inputFile.getLimit();
45 JParser<> zap(
"Auxiliary program to print chi2/NDF of acoustic events.");
55 catch(
const exception &error) {
56 FATAL(error.what() << endl);
64 const JEvt* evt = in.next();
69 cout <<
SCIENTIFIC(width,precision) << Q.
getMean(numeric_limits<float>::max()) << endl;
ROOT TTree parameter settings.
General purpose messaging.
Scanning of objects from multiple files according a format that follows from the extension of each fi...
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
I/O formatting auxiliaries.
Auxiliary class for multiplexing object iterators.
virtual bool hasNext() override
Check availability of next element.
Utility class to parse command line options.
General purpose class for object reading from a list of file names.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
double ndf
weighed number of degrees of freedom
Auxiliary class for defining the range of iterations of objects.
static counter_type max()
Get maximum counter value.
Auxiliary data structure for floating point format specification.