CMS 3D CMS Logo

LocalError.cc
Go to the documentation of this file.
2 #include <iostream>
3 
4 std::ostream & operator<<( std::ostream& s, const LocalError& err) {
5  return s << " (" << err.xx() << "," << err.xy() << "," << err.yy() << ") ";
6 }
7 
8 
float xx() const
Definition: LocalError.h:24
float xy() const
Definition: LocalError.h:25
std::ostream & operator<<(std::ostream &s, const LocalError &err)
Definition: LocalError.cc:4
float yy() const
Definition: LocalError.h:26