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