 |
Darwin
1.0
Event loop based prototype framework
|
#include <cstdlib>
#include <iostream>
#include <filesystem>
#include <memory>
#include <string>
#include "darwin.h"
#include <TFile.h>
#include <TChain.h>
#include <TFriendElement.h>
|
void | PrintCloseFriend (TList *friends, const int steering, string offset="") |
|
void | printFriends (vector< fs::path > inputs, const int steering) |
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
70 vector<fs::path> inputs;
72 DT::Options options(
"Print the list of friends of the first `TTree`s "
73 "found in any directory of the input ROOT files.");
74 options.inputs(
"inputs", &inputs,
"input ROOT file(s) or directory");
76 const int steering = options.steering();
80 catch (boost::exception& e) {
void Diagnostic(const boost::exception &e)
Definition: exceptions.h:116