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