ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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>
Public Attributes | |
SimVertex | vertex |
std::vector < Acts::BoundParameters > | tracks |
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
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().