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

#include <acts/blob/sPHENIX/Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TruthSeedingAlgorithm.hpp>

+ Collaboration diagram for ActsExamples::TruthSeedingAlgorithm::Config:

Public Attributes

std::string inputParticles
 The input truth particles that should be used for truth seeding.
 
std::string inputMeasurementParticlesMap
 The input hit-particles map collection.
 
std::vector< std::string > inputSpacePoints
 
std::string outputParticles
 Output successfully seeded truth particles.
 
std::string outputSeeds
 Output seed collection.
 
std::string outputProtoTracks
 Output proto track collection.
 
float deltaRMin = 1. * Acts::UnitConstants::mm
 Minimum deltaR between space points in a seed.
 
float deltaRMax = 100. * Acts::UnitConstants::mm
 Maximum deltaR between space points in a seed.
 

Detailed Description

Definition at line 44 of file TruthSeedingAlgorithm.hpp.

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

Member Data Documentation

float ActsExamples::TruthSeedingAlgorithm::Config::deltaRMax = 100. * Acts::UnitConstants::mm

Maximum deltaR between space points in a seed.

Definition at line 65 of file TruthSeedingAlgorithm.hpp.

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

float ActsExamples::TruthSeedingAlgorithm::Config::deltaRMin = 1. * Acts::UnitConstants::mm

Minimum deltaR between space points in a seed.

Definition at line 63 of file TruthSeedingAlgorithm.hpp.

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

std::string ActsExamples::TruthSeedingAlgorithm::Config::inputMeasurementParticlesMap

The input hit-particles map collection.

Definition at line 48 of file TruthSeedingAlgorithm.hpp.

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

Referenced by ActsExamples::TruthSeedingAlgorithm::TruthSeedingAlgorithm().

std::string ActsExamples::TruthSeedingAlgorithm::Config::inputParticles

The input truth particles that should be used for truth seeding.

Definition at line 46 of file TruthSeedingAlgorithm.hpp.

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

Referenced by ActsExamples::TruthSeedingAlgorithm::TruthSeedingAlgorithm().

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

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

Referenced by ActsExamples::TruthSeedingAlgorithm::TruthSeedingAlgorithm().

std::string ActsExamples::TruthSeedingAlgorithm::Config::outputParticles

Output successfully seeded truth particles.

Definition at line 57 of file TruthSeedingAlgorithm.hpp.

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

Referenced by ActsExamples::TruthSeedingAlgorithm::TruthSeedingAlgorithm().

std::string ActsExamples::TruthSeedingAlgorithm::Config::outputProtoTracks

Output proto track collection.

Definition at line 61 of file TruthSeedingAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 61 of file TruthSeedingAlgorithm.hpp

Referenced by ActsExamples::TruthSeedingAlgorithm::TruthSeedingAlgorithm().

std::string ActsExamples::TruthSeedingAlgorithm::Config::outputSeeds

Output seed collection.

Definition at line 59 of file TruthSeedingAlgorithm.hpp.

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

Referenced by ActsExamples::TruthSeedingAlgorithm::TruthSeedingAlgorithm().


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