#include <cstdlib>
#include <stdexcept>
#include <iostream>
#include <iomanip>
#include <filesystem>
#include <memory>
#include "darwin.h"
#include <TFile.h>
#include <TTree.h>
|
| void | printHist (vector< fs::path > inputs, const pt::ptree &config, const int steering) |
| |
| int | main (int argc, char *argv[]) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
80 options.inputs(
"inputs", &
inputs,
"input ROOT files or directory")
81 .arg<
string>(
"hist",
"hist",
"path to histogram to print");
84 const int steering =
options.steering();
89 catch (boost::exception& e) {