CMS 3D CMS Logo

DTRecSegment2D.cc File Reference

Date
2007/08/02 05:54:11
Revision
1.9
More...

#include "DataFormats/DTRecHit/interface/DTRecSegment2D.h"
#include <iostream>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const DTRecSegment2D &seg)


Detailed Description

Date
2007/08/02 05:54:11
Revision
1.9

Author:
Stefano Lacaprara - INFN Legnaro <stefano.lacaprara@pd.infn.it>

Riccardo Bellan - INFN TO <riccardo.bellan@cern.ch>

Definition in file DTRecSegment2D.cc.


Function Documentation

ostream& operator<< ( ostream &  os,
const DTRecSegment2D seg 
)

Definition at line 73 of file DTRecSegment2D.cc.

References DTRecSegment2D::chi2(), DTRecSegment2D::degreesOfFreedom(), DTRecSegment2D::localDirection(), and DTRecSegment2D::localPosition().

00073                                                             {
00074   os << "Pos " << seg.localPosition() << 
00075     " Dir: " << seg.localDirection() <<
00076     " chi2/ndof: " << seg.chi2() << "/" << seg.degreesOfFreedom() ;
00077   return os;
00078 }


Generated on Tue Jun 9 17:52:01 2009 for CMSSW by  doxygen 1.5.4