#include <ostream>
#include <vector>
#include "GaudiKernel/MsgStream.h"
#include "TrkDriftCircleMath/Cluster.h"
#include "TrkDriftCircleMath/DriftCircle.h"
#include "TrkDriftCircleMath/Line.h"
#include "TrkDriftCircleMath/Segment.h"
Go to the source code of this file.
|  | 
|  | TrkDriftCircleMath | 
|  | Function object to check whether two Segments are sub/super sets or different. 
 | 
|  | 
◆ operator<<() [1/2]
Definition at line 23 of file SegmentCandidate.cxx.
   24     os << 
"line " << seg.line() << 
" dcs " << seg.dcs().size() << 
" cls " << seg.clusters().size() << 
endmsg;
 
 
 
 
◆ operator<<() [2/2]
Definition at line 12 of file SegmentCandidate.cxx.
   13     os << 
"line " << seg.line() << 
" dcs " << seg.dcs().size() << 
" cls " << seg.clusters().size() << std::endl;
 
   18     for (; 
it != it_end; ++
it) { 
os << *
it << std::endl; }