19 #include <boost/program_options.hpp>
21 int main(
int argc,
char* argv[]) {
22 using namespace ActsExamples;
23 using namespace ActsExamples::Simulation;
41 auto dd4hepCfg = Options::readDD4hepConfig<po::variables_map>(vars);
42 auto geometrySvc = std::make_shared<DD4hep::DD4hepGeometryService>(dd4hepCfg);
43 auto detector = std::make_shared<DD4hep::DD4hepDetector>(geometrySvc);
49 vars, std::make_unique<DDG4DetectorConstructionFactory>(
detector),