CMS 3D CMS Logo

LocalError.cc

Go to the documentation of this file.
00001 #include "DataFormats/GeometrySurface/interface/LocalError.h"
00002 #include <iostream>
00003 
00004 std::ostream & operator<<( std::ostream& s, const LocalError& err) {
00005   return s << " (" << err.xx() << "," << err.xy() << "," << err.yy() << ") ";
00006 }
00007 
00008 

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