ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FW::VertexAndTracks Struct Reference

Helper struct that stores a SimVertex object together with std::vector<Acts::BoundParameters> More...

#include <acts/blob/master/Examples/Algorithms/TruthTracking/ACTFW/TruthTracking/VertexAndTracks.hpp>

+ Collaboration diagram for FW::VertexAndTracks:

Public Attributes

SimVertex vertex
 
std::vector
< Acts::BoundParameters
tracks
 

Detailed Description

Helper struct that stores a SimVertex object together with std::vector<Acts::BoundParameters>

Definition at line 18 of file VertexAndTracks.hpp.

View newest version in sPHENIX GitHub at line 18 of file VertexAndTracks.hpp

Member Data Documentation

std::vector<Acts::BoundParameters> FW::VertexAndTracks::tracks

Definition at line 22 of file VertexAndTracks.hpp.

View newest version in sPHENIX GitHub at line 22 of file VertexAndTracks.hpp

Referenced by FW::TrackSelector::execute(), FW::TruthVerticesToTracksAlgorithm::execute(), and FW::RootVertexAndTracksReader::read().

SimVertex FW::VertexAndTracks::vertex

Definition at line 20 of file VertexAndTracks.hpp.

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

Referenced by FW::TrackSelector::execute(), FW::TruthVerticesToTracksAlgorithm::execute(), and FW::RootVertexAndTracksReader::read().


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