Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const ME0Segment & |
seg |
|
) |
| |
Definition at line 100 of file ME0Segment.cc.
References ME0Segment::chi2(), ME0Segment::degreesOfFreedom(), ME0Segment::localDirection(), ME0Segment::localDirectionError(), ME0Segment::localPosition(), ME0Segment::localPositionError(), ME0Segment::specificRecHits(), mathSSE::sqrt(), ME0Segment::time(), ME0Segment::timeErr(), LocalError::xx(), and LocalError::yy().
109 " time = "<< seg.
time() <<
" +/- " << seg.
timeErr() <<
" ns ";
virtual int degreesOfFreedom() const
Degrees of freedom of the segment fit.
LocalPoint localPosition() const
const std::vector< ME0RecHit > & specificRecHits() const
LocalVector localDirection() const
Local direction.
LocalError localPositionError() const
double chi2() const
Chi2 of the segment fit.
LocalError localDirectionError() const
Error on the local direction.