Analysis Software
Documentation for sPHENIX simulation software
|
Public Types | |
using | ContextDecorators = std::vector< std::shared_ptr< ActsExamples::IContextDecorator >> |
using | TrackingGeometryPtr = std::shared_ptr< const Acts::TrackingGeometry > |
Public Member Functions | |
DD4hepDetector () | |
DD4hepDetector (std::shared_ptr< DD4hepGeometryService > geometryService) | |
~DD4hepDetector () | |
std::pair< TrackingGeometryPtr, ContextDecorators > | finalize (DD4hepGeometryService::Config config, std::shared_ptr< const Acts::IMaterialDecorator > mdecorator) |
Public Attributes | |
std::shared_ptr < DD4hepGeometryService > | geometryService |
Definition at line 33 of file DD4hepDetector.hpp.
View newest version in sPHENIX GitHub at line 33 of file DD4hepDetector.hpp
using ActsExamples::DD4hep::DD4hepDetector::ContextDecorators = std::vector<std::shared_ptr<ActsExamples::IContextDecorator>> |
Definition at line 35 of file DD4hepDetector.hpp.
View newest version in sPHENIX GitHub at line 35 of file DD4hepDetector.hpp
using ActsExamples::DD4hep::DD4hepDetector::TrackingGeometryPtr = std::shared_ptr<const Acts::TrackingGeometry> |
Definition at line 36 of file DD4hepDetector.hpp.
View newest version in sPHENIX GitHub at line 36 of file DD4hepDetector.hpp
|
default |
ActsExamples::DD4hep::DD4hepDetector::DD4hepDetector | ( | std::shared_ptr< DD4hepGeometryService > | geometryService | ) |
Definition at line 23 of file DD4hepDetector.cpp.
View newest version in sPHENIX GitHub at line 23 of file DD4hepDetector.cpp
|
default |
auto ActsExamples::DD4hep::DD4hepDetector::finalize | ( | DD4hepGeometryService::Config | config, |
std::shared_ptr< const Acts::IMaterialDecorator > | mdecorator | ||
) |
Definition at line 29 of file DD4hepDetector.cpp.
View newest version in sPHENIX GitHub at line 29 of file DD4hepDetector.cpp
References filter::config, and testing::internal::move().
Referenced by PYBIND11_MODULE().
std::shared_ptr<DD4hepGeometryService> ActsExamples::DD4hep::DD4hepDetector::geometryService |
Definition at line 42 of file DD4hepDetector.hpp.
View newest version in sPHENIX GitHub at line 42 of file DD4hepDetector.hpp