EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::Contextual::PayloadDecorator::Config Struct Reference

nested configuration struct More...

#include <acts/blob/sPHENIX/Examples/Detectors/ContextualDetector/include/ActsExamples/ContextualDetector/PayloadDecorator.hpp>

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.
 

Detailed Description

nested configuration struct

Definition at line 35 of file PayloadDecorator.hpp.

View newest version in sPHENIX GitHub at line 35 of file PayloadDecorator.hpp

Member Data Documentation

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().


The documentation for this struct was generated from the following file: