34int main(
int argc,
char **argv)
45 JLimit_t& numberOfEvents = inputFile.getLimit();
51 JParser<> zap(
"Program to set fit status according match of history with list of application types.");
61 catch(
const exception& error) {
62 FATAL(error.what() << endl);
69 while (inputFile.hasNext()) {
71 STATUS(
"event: " << setw(10) << inputFile.getCounter() <<
'\r');
DEBUG(endl);
75 for (JFIT::JEvt::iterator i = out.begin(); i != out.end(); ++i) {
Recording of objects on file according a format that follows from the file name extension.
General purpose messaging.
#define DEBUG(A)
Message macros.
Parallel scanning of objects from a single file or multiple files according a format that follows fro...
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
ROOT TTree parameter settings of various packages.
Data structure for set of track fit results.
Utility class to parse command line options.
Object reading from a list of files.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
KM3NeT DAQ data structures and auxiliaries.
int main(int argc, char **argv)
Auxiliary class for defining the range of iterations of objects.
static counter_type max()
Get maximum counter value.
Auxiliary base class for file name.