40int main(
int argc,
char* argv[]) {
48 auto gworld = std::make_shared<GWorld>(gopts);
51 auto g4world = std::make_shared<G4World>(gworld.get(), gopts);
54 log->info(2,
"Number of volumes in the gworld: ", gworld->get_number_of_volumes());
57 auto sensitiveDetectors = gworld->getSensitiveDetectorsList();
58 for (
const auto& sd : sensitiveDetectors) {
59 log->info(2,
"Sensitive detector: ", sd);