10#include <framework/datastore/RelationsObject.h>
23 explicit OverlapNetwork(
const std::vector <std::vector <unsigned short> >& overlapMatrix) :
std::vector< unsigned short > const & getOverlapForTrackIndex(unsigned short trackIndex) const
Returns a vector of indices of SpacePointTrackCand, that overlap with the one at trackIndex.
OverlapNetwork(const std::vector< std::vector< unsigned short > > &overlapMatrix)
Takes an OverlapMatrix in the form, that comes from the OverlapMatrixCreator.
std::vector< std::vector< unsigned short > > const m_overlapMatrix
Input, format see OverlapMatrixCreator.
ClassDef(RelationsInterface, 0)
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
Abstract base class for different kinds of events.