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