 |
Darwin
1.0
Event loop based prototype framework
|
#include <cstdlib>
#include <stdexcept>
#include <iostream>
#include <iomanip>
#include <filesystem>
#include <memory>
#include <array>
#include "darwin.h"
#include <TFile.h>
#include <TKey.h>
#include <TMemFile.h>
#include <TTree.h>
#include <TString.h>
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
110 vector<fs::path> inputs;
112 DT::Options options(
"Print a summary of the content of the first `TTree`s "
113 "found in any directory of the input ROOT files.");
114 options.inputs(
"inputs", &inputs,
"input ROOT files or directory");
120 catch (boost::exception& e) {
void Diagnostic(const boost::exception &e)
Definition: exceptions.h:116