#include <cstdlib>
#include <iostream>
#include <filesystem>
#include <memory>
#include <set>
#include <string>
#include "darwin.h"
#include <TFile.h>
#include <TChain.h>
#include <TChainElement.h>
#include <TFriendElement.h>
|
void | CollectFriends (const TTree *tree, set< string > &printed, const int steering, string indent="") |
|
void | CollectChainFriends (const TChain *chain, set< string > &printed, const int steering, string indent="") |
|
void | printFriends (vector< fs::path > inputs, const int steering) |
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
140 "found in any directory of the input ROOT files.");
141 options.inputs(
"inputs", &
inputs,
"input ROOT file(s) or directory");
143 const int steering =
options.steering();
147 catch (boost::exception& e) {