EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Utilities/Logger.hpp"
#include "ActsExamples/Plugins/Obj/ObjTrackingGeometryWriter.hpp"
#include "ActsExamples/Utilities/Options.hpp"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
namespace | ActsExamples::Options |
Functions | |
template<typename aopt_t > | |
void | ActsExamples::Options::addObjWriterOptions (aopt_t &opt) |
template<class amap_t > | |
ActsExamples::ObjTrackingGeometryWriter::Config | ActsExamples::Options::readObjTrackingGeometryWriterConfig (const amap_t &vm, const std::string &name, Acts::Logging::Level loglevel=Acts::Logging::INFO) |
read the evgen options and return a Config file | |