EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Plugins/TGeo/TGeoLayerBuilder.hpp"
#include "Acts/Utilities/Units.hpp"
#include "ActsExamples/Utilities/Options.hpp"
#include <cstdlib>
#include <iostream>
#include <sstream>
#include <utility>
#include <boost/program_options.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
namespace | ActsExamples::Options |
Functions | |
template<typename options_t > | |
void | ActsExamples::Options::addTGeoGeometryOptions (options_t &opt) |
template<typename variable_map_t > | |
std::vector < Acts::TGeoLayerBuilder::Config > | ActsExamples::Options::readTGeoLayerBuilderConfigs (const variable_map_t &vm) |
Read the specific options for the ROOT detector. | |