Go to the documentation of this file.
19 int main(
int argc,
char **argv)
25 JLimit_t& numberOfEvents = inputFile.getLimit();
30 JParser<> zap(
"Auxiliary program to sum fit quality.");
33 zap[
'n'] =
make_field(numberOfEvents) = JLimit::max();
38 catch(
const exception& error) {
39 FATAL(error.what() << endl);
51 if (evt->begin()->getQ() >= 0.0) {
52 W.
put(evt->begin()->getQ());
Auxiliary class for defining the range of iterations of objects.
Auxiliary data structure for floating point format specification.
Utility class to parse command line options.
Data structure for set of track fit results.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
counter_type getCounter() const
Get counter.
virtual const pointer_type & next()
Get next element.
virtual bool hasNext()
Check availability of next element.
int main(int argc, char **argv)
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
General purpose class for object reading from a list of file names.
#define DEBUG(A)
Message macros.