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 ";
const std::vector< ME0RecHit > & specificRecHits() const
LocalError localDirectionError() const override
Error on the local direction.
int degreesOfFreedom() const override
Degrees of freedom of the segment fit.
double chi2() const override
Chi2 of the segment fit.
LocalVector localDirection() const override
Local direction.
LocalPoint localPosition() const override
LocalError localPositionError() const override