EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::TruthVertexFinder::Config Struct Reference

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

+ Collaboration diagram for ActsExamples::TruthVertexFinder::Config:

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.
 

Detailed Description

Definition at line 20 of file TruthVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 20 of file TruthVertexFinder.hpp

Member Data Documentation

bool ActsExamples::TruthVertexFinder::Config::excludeSecondaries = false

Exclude secondary particles not originating from the primary vertex.

Definition at line 26 of file TruthVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 26 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 22 of file TruthVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 22 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 24 of file TruthVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 24 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 28 of file TruthVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 28 of file TruthVertexFinder.hpp


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