EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "ActsExamples/Detector/IBaseDetector.hpp"
#include "ActsExamples/Geometry/MaterialWiper.hpp"
#include "ActsExamples/Io/Root/RootMaterialDecorator.hpp"
#include <Acts/Material/IMaterialDecorator.hpp>
#include <Acts/Plugins/Json/JsonGeometryConverter.hpp>
#include <Acts/Plugins/Json/JsonMaterialDecorator.hpp>
#include <Acts/Utilities/Logger.hpp>
#include <string>
#include <boost/program_options.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
namespace | ActsExamples::Geometry |
Functions | |
std::pair< std::shared_ptr < const Acts::TrackingGeometry > , std::vector< std::shared_ptr < ActsExamples::IContextDecorator > > > | ActsExamples::Geometry::build (const boost::program_options::variables_map &vm, IBaseDetector &detector) |
helper method to setup the geometry | |