ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <cstddef>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | FW |
Typedefs | |
using | FW::ProtoTrack = std::vector< size_t > |
A proto track is a collection of hits identified by their indices. | |
using | FW::ProtoTrackContainer = std::vector< ProtoTrack > |
Container of proto tracks. Each proto track is identified by its index. | |