Juggler
Juggling algorithms and event processing using gaudi framework
|
#include <cstddef>
#include <vector>
Go to the source code of this file.
Namespaces | |
FW | |
Typedefs | |
using | FW::ProtoTrack = std::vector< size_t > |
A proto track is a collection of hits identified by their indices. More... | |
using | FW::ProtoTrackContainer = std::vector< ProtoTrack > |
Container of proto tracks. Each proto track is identified by its index. More... | |