CMS 3D CMS Logo

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

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const LocalError err 
)

Definition at line 4 of file LocalError.cc.

References submitPVResolutionJobs::err, and alignCSCRings::s.

4  {
5  return s << " (" << err.xx() << "," << err.xy() << "," << err.yy() << ") ";
6 }