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