ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Detectors/TGeoDetector/include/ACTFW/TGeoDetector/TGeoDetector.hpp>
Public Types | |
using | DetectorElementPtr = std::shared_ptr< const Acts::TGeoDetectorElement > |
using | DetectorStore = std::vector< DetectorElementPtr > |
Public Types inherited from FW::IBaseDetector | |
using | ContextDecorators = std::vector< std::shared_ptr< FW::IContextDecorator >> |
using | TrackingGeometryPtr = std::shared_ptr< const Acts::TrackingGeometry > |
Public Member Functions | |
void | addOptions (boost::program_options::options_description &opt) const override |
std::pair < FW::IBaseDetector::TrackingGeometryPtr, ContextDecorators > | finalize (const boost::program_options::variables_map &vm, std::shared_ptr< const Acts::IMaterialDecorator > mdecorator) override |
Public Member Functions inherited from FW::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
using TGeoDetector::DetectorStore = std::vector<DetectorElementPtr> |
Definition at line 23 of file TGeoDetector.hpp.
View newest version in sPHENIX GitHub at line 23 of file TGeoDetector.hpp
|
overridevirtual |
Implements FW::IBaseDetector.
Definition at line 17 of file TGeoDetector.cpp.
View newest version in sPHENIX GitHub at line 17 of file TGeoDetector.cpp
References FW::Options::addTGeoGeometryOptions().
|
overridevirtual |
Implements FW::IBaseDetector.
Definition at line 22 of file TGeoDetector.cpp.
View newest version in sPHENIX GitHub at line 22 of file TGeoDetector.cpp
References FW::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