EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ProtoVertex.hpp File Reference
#include <cstdint>
#include <vector>
+ Include dependency graph for ProtoVertex.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::ProtoVertex = std::vector< uint32_t >
 A proto vertex is a collection of tracks identified by their indices.
 
using ActsExamples::ProtoVertexContainer = std::vector< ProtoVertex >
 Container of proto vertices. Each proto vertex is identified by its index.