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