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

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

+ Collaboration diagram for ActsExamples::SeedingAlgorithm::Config:

Public Attributes

std::vector< std::string > inputSpacePoints
 
std::string outputSeeds
 Output track seed collection.
 
Acts::SeedFilterConfig seedFilterConfig
 
Acts::SeedFinderConfig
< SimSpacePoint
seedFinderConfig
 
Acts::SpacePointGridConfig gridConfig
 
Acts::SpacePointGridOptions gridOptions
 
Acts::SeedFinderOptions seedFinderOptions
 
bool allowSeparateRMax = false
 
std::vector< std::pair< int,
int > > 
zBinNeighborsTop
 
std::vector< std::pair< int,
int > > 
zBinNeighborsBottom
 
int numPhiNeighbors = 0
 

Detailed Description

Definition at line 41 of file SeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 41 of file SeedingAlgorithm.hpp

Member Data Documentation

bool ActsExamples::SeedingAlgorithm::Config::allowSeparateRMax = false

Definition at line 59 of file SeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 59 of file SeedingAlgorithm.hpp

Referenced by ActsExamples::SeedingAlgorithm::SeedingAlgorithm().

Acts::SpacePointGridConfig ActsExamples::SeedingAlgorithm::Config::gridConfig

Definition at line 54 of file SeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 54 of file SeedingAlgorithm.hpp

Referenced by runRecCKFTracks(), runSeedingExample(), and ActsExamples::SeedingAlgorithm::SeedingAlgorithm().

Acts::SpacePointGridOptions ActsExamples::SeedingAlgorithm::Config::gridOptions

Definition at line 55 of file SeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 55 of file SeedingAlgorithm.hpp

Referenced by runRecCKFTracks(), runSeedingExample(), and ActsExamples::SeedingAlgorithm::SeedingAlgorithm().

std::vector<std::string> ActsExamples::SeedingAlgorithm::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 48 of file SeedingAlgorithm.hpp.

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

Referenced by runRecCKFTracks(), runSeedingExample(), and ActsExamples::SeedingAlgorithm::SeedingAlgorithm().

int ActsExamples::SeedingAlgorithm::Config::numPhiNeighbors = 0

Definition at line 66 of file SeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 66 of file SeedingAlgorithm.hpp

Referenced by ActsExamples::SeedingAlgorithm::SeedingAlgorithm().

std::string ActsExamples::SeedingAlgorithm::Config::outputSeeds

Output track seed collection.

Definition at line 50 of file SeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 50 of file SeedingAlgorithm.hpp

Referenced by runRecCKFTracks(), runSeedingExample(), and ActsExamples::SeedingAlgorithm::SeedingAlgorithm().

Acts::SeedFilterConfig ActsExamples::SeedingAlgorithm::Config::seedFilterConfig

Definition at line 52 of file SeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 52 of file SeedingAlgorithm.hpp

Referenced by runRecCKFTracks(), runSeedingExample(), and ActsExamples::SeedingAlgorithm::SeedingAlgorithm().

Acts::SeedFinderConfig<SimSpacePoint> ActsExamples::SeedingAlgorithm::Config::seedFinderConfig

Definition at line 53 of file SeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 53 of file SeedingAlgorithm.hpp

Referenced by runRecCKFTracks(), runSeedingExample(), and ActsExamples::SeedingAlgorithm::SeedingAlgorithm().

Acts::SeedFinderOptions ActsExamples::SeedingAlgorithm::Config::seedFinderOptions

Definition at line 56 of file SeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 56 of file SeedingAlgorithm.hpp

Referenced by runRecCKFTracks(), runSeedingExample(), and ActsExamples::SeedingAlgorithm::SeedingAlgorithm().

std::vector<std::pair<int, int> > ActsExamples::SeedingAlgorithm::Config::zBinNeighborsBottom

Definition at line 63 of file SeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 63 of file SeedingAlgorithm.hpp

Referenced by ActsExamples::SeedingAlgorithm::SeedingAlgorithm().

std::vector<std::pair<int, int> > ActsExamples::SeedingAlgorithm::Config::zBinNeighborsTop

Definition at line 62 of file SeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 62 of file SeedingAlgorithm.hpp

Referenced by ActsExamples::SeedingAlgorithm::SeedingAlgorithm().


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