#include <cstdlib>
#include <stdexcept>
#include <iostream>
#include <iomanip>
#include <filesystem>
#include <memory>
#include "darwin.h"
#include <TCanvas.h>
#include <TDatime.h>
#include <TFile.h>
#include <TText.h>
#include <TTree.h>
#include <TStyle.h>
|
void | drawHist (vector< fs::path > inputs, const fs::path output, const pt::ptree &config, const int steering) |
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
97 options.inputs(
"inputs", &
inputs,
"input ROOT files or directory")
98 .output(
"output", &output,
"output file (format determined based on the extension, "
99 "see `TPad::Print()` for allowed extensions)")
100 .arg<
string>(
"hist",
"hist",
"path to histogram to draw")
101 .arg<string>(
"log",
"log",
"set log scale for x, y, z axis (or a combination of them)")
102 .args(
"options",
"options",
"`TH1::Draw()` options");
105 const int steering =
options.steering();
110 catch (boost::exception& e) {