CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/GeometrySurface/src/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().

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