Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ProtoTrack.hpp File Reference
#include "ActsExamples/EventData/Index.hpp"
#include <vector>
#include <boost/container/small_vector.hpp>
+ Include dependency graph for ProtoTrack.hpp:
+ This graph shows which files directly or indirectly include this file:

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.