10#include <framework/datastore/RelationsObject.h>
23 explicit OverlapNetwork(
const std::vector <std::vector <unsigned short> >& overlapMatrix) :
Hold information about overlap of SpacePointTrackCand.
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.
Defines interface for accessing relations of objects in StoreArray.
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
Abstract base class for different kinds of events.