CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_0/src/RecoLocalMuon/DTSegment/src/DTSegmentCand.cc File Reference

#include "RecoLocalMuon/DTSegment/src/DTSegmentCand.h"
#include "Geometry/DTGeometry/interface/DTSuperLayer.h"
#include "DataFormats/DTRecHit/interface/DTSLRecSegment2D.h"
#include "DataFormats/DTRecHit/interface/DTChamberRecSegment2D.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const DTSegmentCand &seg)
std::ostream & operator<< (std::ostream &out, const DTSegmentCand::AssPoint &hit)

Detailed Description

Date:
2011/01/13 08:14:42
Revision:
1.17
Author:
Stefano Lacaprara - INFN Legnaro <stefano.lacaprara@pd.infn.it>
Riccardo Bellan - INFN TO <riccardo.bellan@cern.ch>

Definition in file DTSegmentCand.cc.


Function Documentation

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().

                                                                  {
  out <<  " pos: " << seg.position() << " dir: " << seg.direction() 
      << " chi2/nHits: " << seg.chi2() << "/" << seg.DTSegmentCand::nHits() << "/" << seg.nHits();
  return out;
}
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;
}