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