#include <cstdlib>
#include <filesystem>
#include <iostream>
#include <ranges>
#include <set>
#include <vector>
#include <GenericPlugin.h>
#include <darwin.h>
|
void | applyPlugins (const vector< fs::path > &inputs, const fs::path &output, const pt::ptree &config, const int steering, const Slice slice={1, 0}) |
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
90 options.inputs(
"inputs", &
inputs,
"input ROOT file(s) or directory")
91 .output(
"output", &output,
"output ROOT file")
92 .args(
"plugins",
"corrections.plugins",
"list of plugins to run on the fly");
94 const auto& slice =
options.slice();
95 const int steering =
options.steering();
101 catch (boost::exception& e) {