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);
General purpose messaging.
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
ROOT TTree parameter settings of various packages.
int main(int argc, char **argv)
Utility class to parse command line options.
void SetCircular(Long64_t size)
Set circular buffer size.
General purpose class for object reading from a list of file names.
ROOT TTree object output.
virtual void close() override
Close file.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
KM3NeT DAQ data structures and auxiliaries.
Auxiliary class for defining the range of iterations of objects.