Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TruthVertexFinder.hpp>
Public Attributes | |
std::string | inputParticles |
The input truth particles that should be used to create proto vertices. | |
std::string | outputProtoVertices |
The output proto vertices collection. | |
bool | excludeSecondaries = false |
Exclude secondary particles not originating from the primary vertex. | |
bool | separateSecondaries = false |
Build separate proto vertices for the secondary particles. | |
Definition at line 26 of file TruthVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 26 of file TruthVertexFinder.hpp
bool ActsExamples::TruthVertexFinder::Config::excludeSecondaries = false |
Exclude secondary particles not originating from the primary vertex.
Definition at line 32 of file TruthVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 32 of file TruthVertexFinder.hpp
Referenced by main().
std::string ActsExamples::TruthVertexFinder::Config::inputParticles |
The input truth particles that should be used to create proto vertices.
Definition at line 28 of file TruthVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 28 of file TruthVertexFinder.hpp
Referenced by main(), and ActsExamples::TruthVertexFinder::TruthVertexFinder().
std::string ActsExamples::TruthVertexFinder::Config::outputProtoVertices |
The output proto vertices collection.
Definition at line 30 of file TruthVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 30 of file TruthVertexFinder.hpp
Referenced by main(), and ActsExamples::TruthVertexFinder::TruthVertexFinder().
bool ActsExamples::TruthVertexFinder::Config::separateSecondaries = false |
Build separate proto vertices for the secondary particles.
Definition at line 34 of file TruthVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 34 of file TruthVertexFinder.hpp