EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Detectors/TGeoDetector/include/ActsExamples/TGeoDetector/TGeoDetector.hpp>
Public Types | |
using | DetectorElementPtr = std::shared_ptr< const Acts::TGeoDetectorElement > |
using | DetectorStore = std::vector< DetectorElementPtr > |
Public Types inherited from ActsExamples::IBaseDetector | |
using | ContextDecorators = std::vector< std::shared_ptr< ActsExamples::IContextDecorator >> |
using | TrackingGeometryPtr = std::shared_ptr< const Acts::TrackingGeometry > |
Public Member Functions | |
void | addOptions (boost::program_options::options_description &opt) const override |
std::pair < ActsExamples::IBaseDetector::TrackingGeometryPtr, ContextDecorators > | finalize (const boost::program_options::variables_map &vm, std::shared_ptr< const Acts::IMaterialDecorator > mdecorator) override |
Public Member Functions inherited from ActsExamples::IBaseDetector | |
virtual | ~IBaseDetector ()=default |
Public Attributes | |
DetectorStore | detectorStore |
The Store of the detector elements (lifetime: job) | |
Definition at line 21 of file TGeoDetector.hpp.
View newest version in sPHENIX GitHub at line 21 of file TGeoDetector.hpp
using TGeoDetector::DetectorElementPtr = std::shared_ptr<const Acts::TGeoDetectorElement> |
Definition at line 22 of file TGeoDetector.hpp.
View newest version in sPHENIX GitHub at line 22 of file TGeoDetector.hpp
Definition at line 23 of file TGeoDetector.hpp.
View newest version in sPHENIX GitHub at line 23 of file TGeoDetector.hpp
|
overridevirtual |
Implements ActsExamples::IBaseDetector.
Definition at line 17 of file TGeoDetector.cpp.
View newest version in sPHENIX GitHub at line 17 of file TGeoDetector.cpp
References ActsExamples::Options::addTGeoGeometryOptions().
|
overridevirtual |
Implements ActsExamples::IBaseDetector.
Definition at line 22 of file TGeoDetector.cpp.
View newest version in sPHENIX GitHub at line 22 of file TGeoDetector.cpp
References ActsExamples::TGeo::buildTGeoDetector().
DetectorStore TGeoDetector::detectorStore |
The Store of the detector elements (lifetime: job)
Definition at line 26 of file TGeoDetector.hpp.
View newest version in sPHENIX GitHub at line 26 of file TGeoDetector.hpp