Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const GEMCSCSegment & |
seg |
|
) |
| |
Definition at line 110 of file GEMCSCSegment.cc.
References GEMCSCSegment::chi2(), GEMCSCSegment::degreesOfFreedom(), GEMCSCSegment::localDirection(), GEMCSCSegment::localDirectionError(), GEMCSCSegment::localPosition(), GEMCSCSegment::localPositionError(), GEMCSCSegment::nRecHits(), l1tGTMenu_BTagSeeds_cff::os, mathSSE::sqrt(), LocalError::xx(), and LocalError::yy().
117 <<
" #rechits = " << seg.nRecHits();
LocalVector localDirection() const override
Local direction.
int degreesOfFreedom() const override
Degrees of freedom of the segment fit.
LocalError localDirectionError() const override
Error on the local direction.
LocalError localPositionError() const override
double chi2() const override
Chi2 of the segment fit.
LocalPoint localPosition() const override