Go to the source code of this file.
- Date:
- 2013/04/22 22:41:33
- Author
- Matteo Sani
Definition in file CSCSegment.cc.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CSCSegment & |
seg |
|
) |
| |
Definition at line 189 of file CSCSegment.cc.
References mathSSE::sqrt().
190 os <<
"CSCSegment: local pos = " << seg.localPosition() <<
191 " posErr = (" <<
sqrt(seg.localPositionError().xx())<<
","<<
sqrt(seg.localPositionError().yy())<<
193 " dir = " << seg.localDirection() <<
194 " dirErr = (" <<
sqrt(seg.localDirectionError().xx())<<
","<<
sqrt(seg.localDirectionError().yy())<<
196 " chi2/ndf = " << seg.chi2()/double(seg.degreesOfFreedom()) <<
197 " #rechits = " << seg.specificRecHits().size()<<
198 " ME1/1a duplicates : "<<seg.duplicateSegments().size();