Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TruthSeedSelector.hpp>
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() |
Definition at line 46 of file TruthSeedSelector.hpp.
View newest version in sPHENIX GitHub at line 46 of file TruthSeedSelector.hpp
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().
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().
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().
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().
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().
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().
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 |
Definition at line 66 of file TruthSeedSelector.hpp.
View newest version in sPHENIX GitHub at line 66 of file TruthSeedSelector.hpp
Referenced by ActsExamples::TruthSeedSelector::execute(), runDetectorAlignment(), runHoughExample(), runRecCKFTracks(), runRecTruthTracks(), and runSeedingExample().
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
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().
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().