Go to the documentation of this file.
24 int main(
int argc,
char **argv)
31 JLimit_t& numberOfEvents = inputFile.getLimit();
38 JParser<> zap(
"Program to test TTree recording with circular buffer.");
41 zap[
'n'] =
make_field(numberOfEvents) = JLimit::max();
43 zap[
'c'] =
make_field(size,
"circular buffer size") = 0;
48 catch(
const exception& error) {
49 FATAL(error.what() << endl);
Auxiliary class for defining the range of iterations of objects.
Utility class to parse command line options.
void SetCircular(Long64_t size)
Set circular buffer size.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
int main(int argc, char **argv)
ROOT TTree object output.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
General purpose class for object reading from a list of file names.
KM3NeT DAQ data structures and auxiliaries.