#include <cstdlib>
#include <bitset>
#include <stdexcept>
#include <iostream>
#include <filesystem>
#include <string>
#include <optional>
#include <memory>
#include "darwin.h"
#include "Objects.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[] |
|
) |
| |
103 options.inputs(
"inputs", &
inputs,
"input ROOT file(s) or directory")
104 .output(
"output", &output,
"output ROOT file")
105 .arg<fs::path>(
"hotzones" ,
"corrections.hotzones" ,
"location of hot zones in the calorimeter")
106 .arg<fs::path>(
"METfilters",
"corrections.METfilters",
"location of list of MET filters to apply");
108 const auto& slice =
options.slice();
109 const int steering =
options.steering();
113 catch (boost::exception& e) {