35int main(
int argc,
char **argv)
46 JLimit_t& numberOfEvents = inputFile.getLimit();
51 JParser<> zap(
"Auxiliary program to mimic reconstruction.");
60 catch(
const exception& error) {
61 FATAL(error.what() << endl);
74 while (in.hasNext()) {
76 STATUS(
"event: " << setw(10) << in.getCounter() <<
'\r');
DEBUG(endl);
Recording of objects on file according a format that follows from the file name extension.
General purpose messaging.
#define DEBUG(A)
Message macros.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Scanning of objects from a single file according a format that follows from the extension of each fil...
ROOT TTree parameter settings of various packages.
Data structure for set of track fit results.
Utility class to parse command line options.
void setSplitLevel(int value)
Set split level.
Object reading from a list of files.
Template definition for direct access of elements in ROOT TChain.
int main(int argc, char **argv)
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
JTreeParameters & getTreeParameters()
Template definition for method returning TTree parameters.
KM3NeT DAQ data structures and auxiliaries.
Auxiliary class for recursive type list generation.
Auxiliary class for defining the range of iterations of objects.
static counter_type max()
Get maximum counter value.
Auxiliary base class for file name.