#include "RecoLocalMuon/DTSegment/src/DTHitPairForFit.h"
#include <vector>
#include <set>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | DTSegmentCand::AssPointLessZ |
class | DTSegmentCand |
Functions | |
std::ostream & | operator<< (std::ostream &out, const DTSegmentCand &seg) |
std::ostream & | operator<< (std::ostream &out, const DTSegmentCand::AssPoint &hit) |
std::ostream& operator<< | ( | std::ostream & | out, |
const DTSegmentCand & | seg | ||
) |
Definition at line 223 of file DTSegmentCand.cc.
References DTSegmentCand::chi2(), DTSegmentCand::direction(), DTSegmentCand::nHits(), dbtoconf::out, and DTSegmentCand::position().
std::ostream& operator<< | ( | std::ostream & | out, |
const DTSegmentCand::AssPoint & | hit | ||
) |
Definition at line 229 of file DTSegmentCand.cc.
References dbtoconf::out.
{ // out << "Hits " << (hit.first)->localPosition(DTEnums::Left) << // " " << hit.second << " Lay " << (hit.first)->layerNumber() << endl; return out; }