Analysis Software
Documentation for sPHENIX simulation software
|
#include "ActsExamples/DD4hepDetector/DD4hepGeometryService.hpp"
#include "ActsExamples/Utilities/Options.hpp"
#include <Acts/Definitions/Units.hpp>
#include <cstdlib>
#include <utility>
#include <boost/program_options.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
namespace | ActsExamples::Options |
Functions | |
template<typename aopt_t > | |
void | ActsExamples::Options::addDD4hepOptions (aopt_t &opt) |
the particle gun options, the are prefixes with gp | |
template<typename amap_t > | |
ActsExamples::DD4hep::DD4hepGeometryService::Config | ActsExamples::Options::readDD4hepConfig (const amap_t &vm) |
read the particle gun options and return a Config file | |