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