CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
LocalError.h File Reference
#include "DataFormats/GeometrySurface/interface/TrivialError.h"
#include <cmath>
#include <iosfwd>

Go to the source code of this file.

Classes

class  LocalError
 

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:22
float xy() const
Definition: LocalError.h:23
float yy() const
Definition: LocalError.h:24