CMS 3D CMS Logo

Functions
DTRecHit1D.cc File Reference
#include "DataFormats/DTRecHit/interface/DTRecHit1D.h"

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const DTRecHit1D &hit)
 

Detailed Description

Author
G. Cerminara - INFN Torino

Definition in file DTRecHit1D.cc.

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  os,
const DTRecHit1D hit 
)

Definition at line 77 of file DTRecHit1D.cc.

References mathSSE::sqrt(), and hit::x.

77  {
78  os << "pos: " << hit.localPosition().x();
79  os << " +/- " << sqrt(hit.localPositionError().xx());
80  return os;
81 }
T sqrt(T t)
Definition: SSEVec.h:19