ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Types | |
using | DetectorElement = FW::Contextual::PayloadDetectorElement |
using | DetectorElementPtr = std::shared_ptr< DetectorElement > |
using | Decorator = FW::Contextual::PayloadDecorator |
using | DetectorStore = std::vector< 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 24 of file PayloadDetector.hpp.
View newest version in sPHENIX GitHub at line 24 of file PayloadDetector.hpp
Definition at line 27 of file PayloadDetector.hpp.
View newest version in sPHENIX GitHub at line 27 of file PayloadDetector.hpp
Definition at line 25 of file PayloadDetector.hpp.
View newest version in sPHENIX GitHub at line 25 of file PayloadDetector.hpp
using PayloadDetector::DetectorElementPtr = std::shared_ptr<DetectorElement> |
Definition at line 26 of file PayloadDetector.hpp.
View newest version in sPHENIX GitHub at line 26 of file PayloadDetector.hpp
using PayloadDetector::DetectorStore = std::vector<std::vector<DetectorElementPtr>> |
Definition at line 28 of file PayloadDetector.hpp.
View newest version in sPHENIX GitHub at line 28 of file PayloadDetector.hpp
|
overridevirtual |
Add the generic geometry options
Implements FW::IBaseDetector.
Definition at line 24 of file PayloadDetector.cpp.
View newest version in sPHENIX GitHub at line 24 of file PayloadDetector.cpp
References FW::Options::addBFieldOptions(), FW::Options::addGenericGeometryOptions(), and M_PI.
|
overridevirtual |
return the generic detector - with payload context decorator
Implements FW::IBaseDetector.
Definition at line 40 of file PayloadDetector.cpp.
View newest version in sPHENIX GitHub at line 40 of file PayloadDetector.cpp
References Acts::getDefaultLogger(), FW::Contextual::PayloadDecorator::Config::rotationStep, FW::BField::BFieldScalor::Config::scalor, and FW::Contextual::PayloadDecorator::Config::trackingGeometry.
DetectorStore PayloadDetector::detectorStore |
The Store of the detector elements (lifetime: job)
Definition at line 31 of file PayloadDetector.hpp.
View newest version in sPHENIX GitHub at line 31 of file PayloadDetector.hpp