Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
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; }
44 reserve(segVec.size());
46 SegCit segIt = segVec.begin();
47 SegCit segItEnd = segVec.end();
SegVec::const_iterator SegCit
SegmentCandidate(const Line &l, const DCVec &dcs, const CLVec &clusters)
Function object to check whether two Segments are sub/super sets or different.
std::ostream & operator<<(std::ostream &os, const TrkDriftCircleMath::SegmentCandidate &seg)
const CLVec & clusters() const
const DCVec & dcs() const
DCOnTrackVec::const_iterator DCOnTrackCit
const DCOnTrackVec & dcs() const
DCVec::const_iterator DCCit
const Line & line() const
std::vector< Segment > SegVec