CMS 3D CMS Logo

LocalError.cc File Reference

#include "DataFormats/GeometrySurface/interface/LocalError.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const LocalError &err)


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const LocalError err 
)

Definition at line 4 of file LocalError.cc.

References LocalError::xx(), LocalError::xy(), and LocalError::yy().

00004                                                                {
00005   return s << " (" << err.xx() << "," << err.xy() << "," << err.yy() << ") ";
00006 }


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