CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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() << ") ";
}