#include "DataFormats/DTRecHit/interface/DTRecHit1D.h"
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &os, const DTRecHit1D &hit) |
ostream& operator<< | ( | ostream & | os, |
const DTRecHit1D & | hit | ||
) |
Definition at line 105 of file DTRecHit1D.cc.
References DTRecHit1D::localPosition(), DTRecHit1D::localPositionError(), mathSSE::sqrt(), PV3DBase< T, PVType, FrameType >::x(), and LocalError::xx().
{ os << "pos: " << hit.localPosition().x() ; os << " +/- " << sqrt(hit.localPositionError().xx()) ; return os; }