11 #include <boost/program_options.hpp>
20 using namespace Acts::UnitLiterals;
21 namespace po = boost::program_options;
28 template <
typename options_t>
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].");