13 #include "../GeantinoRecordingBase.hpp"
15 #include <boost/program_options.hpp>
17 using namespace ActsExamples;
19 int main(
int argc,
char* argv[]) {
32 auto dd4hepCfg = Options::readDD4hepConfig<po::variables_map>(vm);
33 auto geometrySvc = std::make_shared<DD4hep::DD4hepGeometryService>(dd4hepCfg);
35 std::unique_ptr<G4VUserDetectorConstruction> g4detector =
36 std::make_unique<DD4hepDetectorConstruction>(*geometrySvc->lcdd());