EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <cstdint>
#include <vector>
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. | |