27int main(
int argc,
char **argv)
36 public vector< JRange<double> >
44 bool operator()(
const JEvt& evt)
const
46 for (const_iterator i = this->begin(); i != this->end(); ++i) {
58 JLimit_t& numberOfEvents = inputFile.getLimit();
65 JParser<> zap(
"Auxiliary program to filter acoustic fit results.");
67 zap[
'f'] =
make_field(inputFile,
"input file (output of JKatoomba[.sh])");
70 zap[
'V'] =
make_field(veto,
"veto acoustics events by UTC time ranges [s]");
75 catch(
const exception &error) {
76 FATAL(error.what() << endl);
ROOT TTree parameter settings.
Recording of objects on file according a format that follows from the file name extension.
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)
Auxiliary class to define a range between two values.
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).
double UNIXTimeStop
stop time
double UNIXTimeStart
start time
Auxiliary wrapper for I/O of container with optional comment (see JComment).
Auxiliary class for defining the range of iterations of objects.
static counter_type max()
Get maximum counter value.