CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 }
float xx() const
Definition: LocalError.h:22
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:167
float xy() const
Definition: LocalError.h:23
float yy() const
Definition: LocalError.h:24