21int main(
int argc,
char **argv)
32 JParser<> zap(
"Example program to find the largest event in a file.");
39 catch(
const exception& error) {
40 FATAL(error.what() << endl);
44 unsigned int overlays = 0;
53 if (event->getOverlays() > overlays) {
54 overlays =
event->getOverlays();
61 cout <<
"Largest number of overlays " << overlays << endl;
62 cout <<
"JConvert -f " << inputFile.getFilename() <<
" -n " << index <<
":1" << endl;
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
int main(int argc, char **argv)
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.
Utility class to parse command line options.
Object reading from a list of files.
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).
Long64_t counter_type
Type definition for counter.
KM3NeT DAQ data structures and auxiliaries.