22 int main(
int argc,
char **argv)
28 JLimit_t& numberOfEvents = inputFile.getLimit();
33 JParser<> zap(
"Auxialiry program to determine average creep of strings.");
35 zap[
'f'] =
make_field(inputFile,
"input file (output of JKatoomba[.sh])");
36 zap[
'n'] =
make_field(numberOfEvents) = JLimit::max();
41 catch(
const exception &error) {
42 FATAL(error.what() << endl);
54 for (JEvt::const_iterator i = evt->begin(); i != evt->end(); ++i) {
61 cout << setw(4) << i->first <<
' '
62 <<
FIXED(9,6) << i->second.getMean() <<
' '
63 <<
FIXED(9,6) << i->second.getSTDev() << endl;
ROOT TTree parameter settings.
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
I/O formatting auxiliaries.
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.
int main(int argc, char **argv)
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary data structure for floating point format specification.
Auxiliary class for defining the range of iterations of objects.