ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <list>
#include <vector>
#include "ACTFW/TGeoDetector/BuildTGeoDetector.hpp"
#include "ACTFW/TGeoDetector/TGeoDetectorOptions.hpp"
#include "Acts/Geometry/CylinderVolumeBuilder.hpp"
#include "Acts/Geometry/CylinderVolumeHelper.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/LayerArrayCreator.hpp"
#include "Acts/Geometry/LayerCreator.hpp"
#include "Acts/Geometry/PassiveLayerBuilder.hpp"
#include "Acts/Geometry/SurfaceArrayCreator.hpp"
#include "Acts/Geometry/TrackingGeometry.hpp"
#include "Acts/Geometry/TrackingGeometryBuilder.hpp"
#include "Acts/Geometry/TrackingVolumeArrayCreator.hpp"
#include "Acts/Material/Material.hpp"
#include "Acts/Material/MaterialProperties.hpp"
#include "Acts/Plugins/TGeo/TGeoDetectorElement.hpp"
#include "TGeoManager.h"
Go to the source code of this file.
Namespaces | |
namespace | FW |
namespace | FW::TGeo |
Functions | |
template<typename variable_maps_t > | |
std::shared_ptr< const Acts::TrackingGeometry > | FW::TGeo::buildTGeoDetector (variable_maps_t &vm, const Acts::GeometryContext &context, std::vector< std::shared_ptr< const Acts::TGeoDetectorElement >> &detElementStore) |
global method to build the generic tracking geometry | |