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

#include <acts/blob/sPHENIX/Examples/Algorithms/TrackFindingExaTrkX/include/ActsExamples/TrackFindingExaTrkX/TrackFindingAlgorithmExaTrkX.hpp>

+ Collaboration diagram for ActsExamples::TrackFindingAlgorithmExaTrkX::Config:

Public Attributes

std::string inputSpacePoints
 Input spacepoints collection.
 
std::string inputClusters
 
std::string inputSimHits
 Input simhits (Optional).
 
std::string inputParticles
 Input measurement simhit map (Optional).
 
std::string inputMeasurementSimhitsMap
 Input measurement simhit map (Optional).
 
std::string outputProtoTracks
 Output protoTracks collection.
 
std::shared_ptr
< Acts::GraphConstructionBase
graphConstructor
 
std::vector< std::shared_ptr
< Acts::EdgeClassificationBase > > 
edgeClassifiers
 
std::shared_ptr
< Acts::TrackBuildingBase
trackBuilder
 
float rScale = 1.f
 Scaling of the input features.
 
float phiScale = 1.f
 
float zScale = 1.f
 
float cellCountScale = 1.f
 
float cellSumScale = 1.f
 
float clusterXScale = 1.f
 
float clusterYScale = 1.f
 
std::size_t targetMinHits = 3
 Target graph properties.
 
double targetMinPT = 500 * Acts::UnitConstants::MeV
 

Detailed Description

Definition at line 33 of file TrackFindingAlgorithmExaTrkX.hpp.

View newest version in sPHENIX GitHub at line 33 of file TrackFindingAlgorithmExaTrkX.hpp

Member Data Documentation

float ActsExamples::TrackFindingAlgorithmExaTrkX::Config::cellCountScale = 1.f

Definition at line 65 of file TrackFindingAlgorithmExaTrkX.hpp.

View newest version in sPHENIX GitHub at line 65 of file TrackFindingAlgorithmExaTrkX.hpp

float ActsExamples::TrackFindingAlgorithmExaTrkX::Config::cellSumScale = 1.f

Definition at line 66 of file TrackFindingAlgorithmExaTrkX.hpp.

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

float ActsExamples::TrackFindingAlgorithmExaTrkX::Config::clusterXScale = 1.f

Definition at line 67 of file TrackFindingAlgorithmExaTrkX.hpp.

View newest version in sPHENIX GitHub at line 67 of file TrackFindingAlgorithmExaTrkX.hpp

float ActsExamples::TrackFindingAlgorithmExaTrkX::Config::clusterYScale = 1.f

Definition at line 68 of file TrackFindingAlgorithmExaTrkX.hpp.

View newest version in sPHENIX GitHub at line 68 of file TrackFindingAlgorithmExaTrkX.hpp

std::vector<std::shared_ptr<Acts::EdgeClassificationBase> > ActsExamples::TrackFindingAlgorithmExaTrkX::Config::edgeClassifiers

Definition at line 57 of file TrackFindingAlgorithmExaTrkX.hpp.

View newest version in sPHENIX GitHub at line 57 of file TrackFindingAlgorithmExaTrkX.hpp

Referenced by ActsExamples::TrackFindingAlgorithmExaTrkX::TrackFindingAlgorithmExaTrkX().

std::shared_ptr<Acts::GraphConstructionBase> ActsExamples::TrackFindingAlgorithmExaTrkX::Config::graphConstructor

Definition at line 55 of file TrackFindingAlgorithmExaTrkX.hpp.

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

std::string ActsExamples::TrackFindingAlgorithmExaTrkX::Config::inputClusters

Input cluster information (Optional). If given, the following features are added:

  • cell count
  • sum cell activations
  • cluster size in local x
  • cluster size in local y

Definition at line 43 of file TrackFindingAlgorithmExaTrkX.hpp.

View newest version in sPHENIX GitHub at line 43 of file TrackFindingAlgorithmExaTrkX.hpp

Referenced by ActsExamples::TrackFindingAlgorithmExaTrkX::TrackFindingAlgorithmExaTrkX().

std::string ActsExamples::TrackFindingAlgorithmExaTrkX::Config::inputMeasurementSimhitsMap

Input measurement simhit map (Optional).

Definition at line 50 of file TrackFindingAlgorithmExaTrkX.hpp.

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

Referenced by ActsExamples::TrackFindingAlgorithmExaTrkX::TrackFindingAlgorithmExaTrkX().

std::string ActsExamples::TrackFindingAlgorithmExaTrkX::Config::inputParticles

Input measurement simhit map (Optional).

Definition at line 48 of file TrackFindingAlgorithmExaTrkX.hpp.

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

Referenced by ActsExamples::TrackFindingAlgorithmExaTrkX::TrackFindingAlgorithmExaTrkX().

std::string ActsExamples::TrackFindingAlgorithmExaTrkX::Config::inputSimHits

Input simhits (Optional).

Definition at line 46 of file TrackFindingAlgorithmExaTrkX.hpp.

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

Referenced by ActsExamples::TrackFindingAlgorithmExaTrkX::TrackFindingAlgorithmExaTrkX().

std::string ActsExamples::TrackFindingAlgorithmExaTrkX::Config::inputSpacePoints

Input spacepoints collection.

Definition at line 35 of file TrackFindingAlgorithmExaTrkX.hpp.

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

Referenced by ActsExamples::TrackFindingAlgorithmExaTrkX::TrackFindingAlgorithmExaTrkX().

std::string ActsExamples::TrackFindingAlgorithmExaTrkX::Config::outputProtoTracks

Output protoTracks collection.

Definition at line 53 of file TrackFindingAlgorithmExaTrkX.hpp.

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

Referenced by ActsExamples::TrackFindingAlgorithmExaTrkX::TrackFindingAlgorithmExaTrkX().

float ActsExamples::TrackFindingAlgorithmExaTrkX::Config::phiScale = 1.f

Definition at line 63 of file TrackFindingAlgorithmExaTrkX.hpp.

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

float ActsExamples::TrackFindingAlgorithmExaTrkX::Config::rScale = 1.f

Scaling of the input features.

Definition at line 62 of file TrackFindingAlgorithmExaTrkX.hpp.

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

std::size_t ActsExamples::TrackFindingAlgorithmExaTrkX::Config::targetMinHits = 3

Target graph properties.

Definition at line 71 of file TrackFindingAlgorithmExaTrkX.hpp.

View newest version in sPHENIX GitHub at line 71 of file TrackFindingAlgorithmExaTrkX.hpp

double ActsExamples::TrackFindingAlgorithmExaTrkX::Config::targetMinPT = 500 * Acts::UnitConstants::MeV

Definition at line 72 of file TrackFindingAlgorithmExaTrkX.hpp.

View newest version in sPHENIX GitHub at line 72 of file TrackFindingAlgorithmExaTrkX.hpp

std::shared_ptr<Acts::TrackBuildingBase> ActsExamples::TrackFindingAlgorithmExaTrkX::Config::trackBuilder

Definition at line 59 of file TrackFindingAlgorithmExaTrkX.hpp.

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

float ActsExamples::TrackFindingAlgorithmExaTrkX::Config::zScale = 1.f

Definition at line 64 of file TrackFindingAlgorithmExaTrkX.hpp.

View newest version in sPHENIX GitHub at line 64 of file TrackFindingAlgorithmExaTrkX.hpp


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