CMS 3D CMS Logo

DTRecSegment4D.cc File Reference

Date
2007/08/02 05:35:47
Revision
1.12
More...

#include "DataFormats/DTRecHit/interface/DTRecSegment4D.h"
#include "DataFormats/MuonDetId/interface/DTChamberId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iosfwd>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const DTRecSegment4D &seg)


Detailed Description

Date
2007/08/02 05:35:47
Revision
1.12

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

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

Definition in file DTRecSegment4D.cc.


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const DTRecSegment4D seg 
)

Definition at line 240 of file DTRecSegment4D.cc.

References DTRecSegment4D::chi2(), DTRecSegment4D::degreesOfFreedom(), DTRecSegment4D::dimension(), DTRecSegment4D::localDirection(), and DTRecSegment4D::localPosition().

00240                                                                   {
00241   os << "Pos " << seg.localPosition() << 
00242     " Dir: " << seg.localDirection() <<
00243     " dim: " << seg.dimension() <<
00244     " chi2/ndof: " << seg.chi2() << "/" << seg.degreesOfFreedom() ;
00245   return os;
00246 }


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