#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>
|
template<int thousand = 1024> |
const char * | GetHumanReadableSize (long double size) |
|
Long64_t | GetSize (TBranch *br) |
|
Long64_t | loopBranches (TObjArray *branches, size_t factor, int nIndent=0) |
|
void | printBranches (vector< fs::path > inputs, const int steering) |
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
113 "found in any directory of the input ROOT files.");
114 options.inputs(
"inputs", &
inputs,
"input ROOT files or directory");
116 const int steering =
options.steering();
121 catch (boost::exception& e) {