#include <cstdlib>
#include <stdexcept>
#include <iostream>
#include <sstream>
#include <filesystem>
#include <memory>
#include "darwin.h"
#include <TFile.h>
#include <TTree.h>
#include <TString.h>
#include <TKey.h>
|  | 
| int | printMetaInfo (vector< fs::path > inputs, const pt::ptree &config) | 
|  | 
| int | main (int argc, char *argv[]) | 
|  | 
◆ main()
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char * | argv[] | 
        
          |  | ) |  |  | 
      
 
   91         options.inputs(
"inputs", &
inputs, 
"input ROOT files or directory")
 
   92                .arg<
string>(
"path", 
"path", 
"dot-separated full path to key");
 
   97     catch (boost::exception& e) {