#include <cstdlib>
#include <filesystem>
#include <iostream>
#include <memory>
#include <optional>
#include <stdexcept>
#include <string>
#include <darwin.h>
#include <Event.h>
#include <Jet.h>
#include <boost/property_tree/ptree.hpp>
#include <TFile.h>
#include <TH1.h>
#include <TTree.h>
|
void | example04 (const vector< fs::path > &inputs, const fs::path &output, const pt::ptree &config, const int steering, const DT::Slice slice={1, 0}) |
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
105 options.inputs(
"inputs", &
inputs,
"input ROOT file(s) or directory")
106 .output(
"output", &output,
"output ROOT file");
108 const auto& slice =
options.slice();
109 const int steering =
options.steering();
113 catch (boost::exception& e) {