25 JLimit_t& numberOfEvents = inputFile.getLimit();
40 catch(
const exception& error) {
46 while (inputFile.hasNext()) {
50 const JEvt* evt = inputFile.next();
53 if (evt->begin()->getQ() >= 0.0) {
54 W.put(evt->begin()->getQ());
61 cout <<
"Average quality " <<
FIXED(12,6) << W.getTotal()/W.getCount() <<
' ' <<
FIXED(12,6) << W.getError()/W.getCount() <<
endl;
63 cout <<
"Total quality " <<
FIXED(12,1) << W.getTotal() <<
' ' <<
FIXED(12,1) << W.getError() <<
endl;
General purpose messaging.
#define DEBUG(A)
Message macros.
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)
ROOT TTree parameter settings of various packages.
Template definition of a multi-dimensional oscillation probability interpolation table.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary data structure for floating point format specification.
Auxiliary data structure to unify weights of acoustics data according to the number of pings per emit...
Auxiliary class for defining the range of iterations of objects.
static counter_type max()
Get maximum counter value.