5#ifndef __DCMATH__SEGMENT_CANDIDATE__H__
6#define __DCMATH__SEGMENT_CANDIDATE__H__
11#include "GaudiKernel/MsgStream.h"
42 class SegCandVec :
public std::vector<SegmentCandidate> {
std::ostream & operator<<(std::ostream &os, const TrkDriftCircleMath::SegmentCandidate &dc)
const DCVec & dcs() const
void clusters(const CLVec &cls)
virtual ~SegmentCandidate()
const CLVec & clusters() const
const Line & line() const
SegmentCandidate(const Line &l, const DCVec &dcs, const CLVec &clusters)
void dcs(const DCVec &dcs)
Function object to check whether two Segments are sub/super sets or different.
std::vector< Cluster > CLVec
SegCandVec::const_iterator SegCandCit
std::vector< Segment > SegVec
std::vector< DriftCircle > DCVec
SegCandVec::iterator SegCandIt