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

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

+ Collaboration diagram for ActsExamples::TruthSeedSelector::Config:

Public Attributes

std::string inputParticles
 The input truth particles that should be used to create proto tracks.
 
std::string inputMeasurementParticlesMap
 The input hit-particles map collection.
 
std::string outputParticles
 The output proto tracks collection.
 
double rhoMin = 0.
 Maximum distance from the origin in the transverse plane.
 
double rhoMax = std::numeric_limits<double>::max()
 
double zMin = std::numeric_limits<double>::lowest()
 Minimum/Maximum absolute distance from the origin along z.
 
double zMax = std::numeric_limits<double>::max()
 
double phiMin = std::numeric_limits<double>::lowest()
 
double phiMax = std::numeric_limits<double>::max()
 
double etaMin = std::numeric_limits<double>::lowest()
 
double etaMax = std::numeric_limits<double>::max()
 
double absEtaMin = std::numeric_limits<double>::lowest()
 
double absEtaMax = std::numeric_limits<double>::max()
 
double ptMin = 0.0
 
double ptMax = std::numeric_limits<double>::max()
 
bool keepNeutral = false
 Keep neutral particles.
 
size_t nHitsMin = 0
 Requirement on number of recorded hits.
 
size_t nHitsMax = std::numeric_limits<size_t>::max()
 

Detailed Description

Definition at line 46 of file TruthSeedSelector.hpp.

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

Member Data Documentation

double ActsExamples::TruthSeedSelector::Config::absEtaMax = std::numeric_limits<double>::max()

Definition at line 65 of file TruthSeedSelector.hpp.

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

Referenced by ActsExamples::TruthSeedSelector::execute().

double ActsExamples::TruthSeedSelector::Config::absEtaMin = std::numeric_limits<double>::lowest()

Definition at line 64 of file TruthSeedSelector.hpp.

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

Referenced by ActsExamples::TruthSeedSelector::execute().

double ActsExamples::TruthSeedSelector::Config::etaMax = std::numeric_limits<double>::max()

Definition at line 63 of file TruthSeedSelector.hpp.

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

Referenced by ActsExamples::TruthSeedSelector::execute(), runHoughExample(), and runSeedingExample().

double ActsExamples::TruthSeedSelector::Config::etaMin = std::numeric_limits<double>::lowest()

Definition at line 62 of file TruthSeedSelector.hpp.

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

Referenced by ActsExamples::TruthSeedSelector::execute(), runHoughExample(), and runSeedingExample().

std::string ActsExamples::TruthSeedSelector::Config::inputMeasurementParticlesMap

The input hit-particles map collection.

Definition at line 50 of file TruthSeedSelector.hpp.

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

Referenced by runDetectorAlignment(), runHoughExample(), runRecCKFTracks(), runRecTruthTracks(), runSeedingExample(), and ActsExamples::TruthSeedSelector::TruthSeedSelector().

std::string ActsExamples::TruthSeedSelector::Config::inputParticles

The input truth particles that should be used to create proto tracks.

Definition at line 48 of file TruthSeedSelector.hpp.

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

Referenced by runDetectorAlignment(), runHoughExample(), runRecCKFTracks(), runRecTruthTracks(), runSeedingExample(), and ActsExamples::TruthSeedSelector::TruthSeedSelector().

bool ActsExamples::TruthSeedSelector::Config::keepNeutral = false

Keep neutral particles.

Definition at line 69 of file TruthSeedSelector.hpp.

View newest version in sPHENIX GitHub at line 69 of file TruthSeedSelector.hpp

Referenced by ActsExamples::TruthSeedSelector::execute().

size_t ActsExamples::TruthSeedSelector::Config::nHitsMax = std::numeric_limits<size_t>::max()

Definition at line 73 of file TruthSeedSelector.hpp.

View newest version in sPHENIX GitHub at line 73 of file TruthSeedSelector.hpp

Referenced by ActsExamples::TruthSeedSelector::execute().

size_t ActsExamples::TruthSeedSelector::Config::nHitsMin = 0

Requirement on number of recorded hits.

Definition at line 72 of file TruthSeedSelector.hpp.

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

Referenced by ActsExamples::TruthSeedSelector::execute(), runDetectorAlignment(), runHoughExample(), runRecCKFTracks(), runRecTruthTracks(), and runSeedingExample().

std::string ActsExamples::TruthSeedSelector::Config::outputParticles

The output proto tracks collection.

Definition at line 52 of file TruthSeedSelector.hpp.

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

Referenced by runDetectorAlignment(), runHoughExample(), runRecCKFTracks(), runRecTruthTracks(), runSeedingExample(), and ActsExamples::TruthSeedSelector::TruthSeedSelector().

double ActsExamples::TruthSeedSelector::Config::phiMax = std::numeric_limits<double>::max()

Definition at line 61 of file TruthSeedSelector.hpp.

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

Referenced by ActsExamples::TruthSeedSelector::execute().

double ActsExamples::TruthSeedSelector::Config::phiMin = std::numeric_limits<double>::lowest()

Definition at line 60 of file TruthSeedSelector.hpp.

View newest version in sPHENIX GitHub at line 60 of file TruthSeedSelector.hpp

Referenced by ActsExamples::TruthSeedSelector::execute().

double ActsExamples::TruthSeedSelector::Config::ptMax = std::numeric_limits<double>::max()

Definition at line 67 of file TruthSeedSelector.hpp.

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

Referenced by ActsExamples::TruthSeedSelector::execute().

double ActsExamples::TruthSeedSelector::Config::ptMin = 0.0
double ActsExamples::TruthSeedSelector::Config::rhoMax = std::numeric_limits<double>::max()

Definition at line 55 of file TruthSeedSelector.hpp.

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

Referenced by ActsExamples::TruthSeedSelector::execute().

double ActsExamples::TruthSeedSelector::Config::rhoMin = 0.

Maximum distance from the origin in the transverse plane.

Definition at line 54 of file TruthSeedSelector.hpp.

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

double ActsExamples::TruthSeedSelector::Config::zMax = std::numeric_limits<double>::max()

Definition at line 58 of file TruthSeedSelector.hpp.

View newest version in sPHENIX GitHub at line 58 of file TruthSeedSelector.hpp

Referenced by ActsExamples::TruthSeedSelector::execute().

double ActsExamples::TruthSeedSelector::Config::zMin = std::numeric_limits<double>::lowest()

Minimum/Maximum absolute distance from the origin along z.

Definition at line 57 of file TruthSeedSelector.hpp.

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

Referenced by ActsExamples::TruthSeedSelector::execute().


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