EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
nested configuration struct More...
Public Attributes | |
std::shared_ptr< const Acts::TrackingGeometry > | trackingGeometry = nullptr |
The trackng geometry. | |
double | rotationStep = 0.2 * M_PI |
Incremental rotation. | |
unsigned int | iovSize = 100 |
Alignment frequency - every X events. | |
nested configuration struct
Definition at line 35 of file PayloadDecorator.hpp.
View newest version in sPHENIX GitHub at line 35 of file PayloadDecorator.hpp
unsigned int ActsExamples::Contextual::PayloadDecorator::Config::iovSize = 100 |
Alignment frequency - every X events.
Definition at line 43 of file PayloadDecorator.hpp.
View newest version in sPHENIX GitHub at line 43 of file PayloadDecorator.hpp
double ActsExamples::Contextual::PayloadDecorator::Config::rotationStep = 0.2 * M_PI |
Incremental rotation.
Definition at line 40 of file PayloadDecorator.hpp.
View newest version in sPHENIX GitHub at line 40 of file PayloadDecorator.hpp
Referenced by PayloadDetector::finalize().
std::shared_ptr<const Acts::TrackingGeometry> ActsExamples::Contextual::PayloadDecorator::Config::trackingGeometry = nullptr |
The trackng geometry.
Definition at line 37 of file PayloadDecorator.hpp.
View newest version in sPHENIX GitHub at line 37 of file PayloadDecorator.hpp
Referenced by PayloadDetector::finalize(), and ActsExamples::Contextual::PayloadDecorator::PayloadDecorator().