#include <cstdlib>
#include <stdexcept>
#include <iostream>
#include <filesystem>
#include <string>
#include <optional>
#include <memory>
#include <darwin.h>
#include <Event.h>
#include <boost/property_tree/ptree.hpp>
|
template<bool DARWIN_TEST_EXCEPTIONS = false> |
void | example02 (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[] |
|
) |
| |
84 options.inputs(
"inputs", &
inputs,
"input ROOT file(s) or directory")
85 .output(
"output", &output,
"output ROOT file")
86 .arg<fs::path>(
"filters",
"corrections.filters",
87 "location of list of filters to apply");
89 const auto& slice =
options.slice();
90 const int steering =
options.steering();
94 catch (boost::exception& e) {