Analysis Software
Documentation for sPHENIX simulation software
|
#include "ActsExamples/EventData/Index.hpp"
#include <vector>
#include <boost/container/small_vector.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
Typedefs | |
using | ActsExamples::ProtoTrack = boost::container::small_vector< Index, 3 > |
A proto track is a collection of hits identified by their indices. | |
using | ActsExamples::ProtoTrackContainer = std::vector< ProtoTrack > |
Container of proto tracks. Each proto track is identified by its index. | |