15 #include <boost/program_options.hpp>
17 namespace ActsExamples {
26 template <
typename options_t>
28 using namespace Acts::UnitLiterals;
29 namespace po = boost::program_options;
30 opt.add_options()(
"geo-empty-radius", po::value<double>()->default_value(2_m),
31 "Radius of the empty cylinder [in m]. ")(
32 "geo-empty-halfLength", po::value<double>()->default_value(10_m),
33 "Half length of the empty cylinder [in m].");