Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::SeedingOrthogonalAlgorithm::Config Struct Reference

#include <acts/blob/sPHENIX/Examples/Algorithms/TrackFinding/include/ActsExamples/TrackFinding/SeedingOrthogonalAlgorithm.hpp>

+ Collaboration diagram for ActsExamples::SeedingOrthogonalAlgorithm::Config:

Public Attributes

std::vector< std::string > inputSpacePoints
 
std::string outputSeeds
 Output track seed collection.
 
Acts::SeedFilterConfig seedFilterConfig
 
Acts::SeedFinderOrthogonalConfig
< SimSpacePoint
seedFinderConfig
 
Acts::SeedFinderOptions seedFinderOptions
 

Detailed Description

Definition at line 35 of file SeedingOrthogonalAlgorithm.hpp.

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

Member Data Documentation

std::vector<std::string> ActsExamples::SeedingOrthogonalAlgorithm::Config::inputSpacePoints

Input space point collections.

We allow multiple space point collections to allow different parts of the detector to use different algorithms for space point construction, e.g. single-hit space points for pixel-like detectors or double-hit space points for strip-like detectors.

Definition at line 42 of file SeedingOrthogonalAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 42 of file SeedingOrthogonalAlgorithm.hpp

Referenced by ActsExamples::SeedingOrthogonalAlgorithm::SeedingOrthogonalAlgorithm().

std::string ActsExamples::SeedingOrthogonalAlgorithm::Config::outputSeeds

Output track seed collection.

Definition at line 44 of file SeedingOrthogonalAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 44 of file SeedingOrthogonalAlgorithm.hpp

Referenced by ActsExamples::SeedingOrthogonalAlgorithm::SeedingOrthogonalAlgorithm().

Acts::SeedFilterConfig ActsExamples::SeedingOrthogonalAlgorithm::Config::seedFilterConfig

Definition at line 46 of file SeedingOrthogonalAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 46 of file SeedingOrthogonalAlgorithm.hpp

Referenced by ActsExamples::SeedingOrthogonalAlgorithm::SeedingOrthogonalAlgorithm().

Acts::SeedFinderOrthogonalConfig<SimSpacePoint> ActsExamples::SeedingOrthogonalAlgorithm::Config::seedFinderConfig

Definition at line 47 of file SeedingOrthogonalAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 47 of file SeedingOrthogonalAlgorithm.hpp

Referenced by ActsExamples::SeedingOrthogonalAlgorithm::SeedingOrthogonalAlgorithm().

Acts::SeedFinderOptions ActsExamples::SeedingOrthogonalAlgorithm::Config::seedFinderOptions

Definition at line 48 of file SeedingOrthogonalAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 48 of file SeedingOrthogonalAlgorithm.hpp

Referenced by ActsExamples::SeedingOrthogonalAlgorithm::SeedingOrthogonalAlgorithm().


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