66 catch(
const exception& error) {
71 TTree::SetMaxTreeSize(1000000000000LL);
75 if (pos == string::npos) {
95 NOTICE(
"Writing " << filename <<
"..." <<
endl);
97 if (scanner->getFilelist().size() == 1 &&
98 symlink(scanner->getFilelist().begin()->c_str(), filename.c_str()) == 0) {
114 const Evt*
event = in.next();
124 WARNING(
"Event " << in.getCounter() <<
" is empty; skip.");
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
I/O formatting auxiliaries.
#define MAKE_STRING(A)
Make string.
int main(int argc, char **argv)
ROOT TTree parameter settings of various packages.
Data structure for set of track fit results.
Template definition of a multi-dimensional oscillation probability interpolation table.
std::string to_string(const T &value)
Convert value to string.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Head getHeader(const JMultipleFileScanner_t &file_list)
Get Monte Carlo header.
The Evt class respresent a Monte Carlo (MC) event as well as an offline event.
The Head class reflects the header of Monte-Carlo event files, which consists of keys (also referred ...
Auxiliary class for organising Monte Carlo file scanners associated with event weighters.
Auxiliary base class for list of file names.