CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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().

4  {
5  return s << " (" << err.xx() << "," << err.xy() << "," << err.yy() << ") ";
6 }
float xx() const
Definition: LocalError.h:24
float xy() const
Definition: LocalError.h:25
float yy() const
Definition: LocalError.h:26