19int main(
int argc,
char **argv)
25 JLimit_t& numberOfEvents = inputFile.getLimit();
30 JParser<> zap(
"Auxiliary program to sum fit quality.");
38 catch(
const exception& error) {
39 FATAL(error.what() << endl);
51 if (evt->begin()->getQ() >= 0.0) {
52 W.put(evt->begin()->getQ());
58 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.
Utility class to parse command line options.
General purpose class for object reading from a list of file names.
virtual bool hasNext() override
Check availability of next element.
counter_type getCounter() const
Get counter.
virtual const pointer_type & next() override
Get next element.
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.