Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CSCRecHit2D & |
rh |
|
) |
| |
Output operator for CSCRecHit2D.
Definition at line 207 of file CSCRecHit2D.cc.
References CSCRecHit2D::channels(), CSCRecHit2D::errorWithinStrip(), CSCRecHit2D::hitWire(), CSCRecHit2D::localPosition(), CSCRecHit2D::localPositionError(), CSCRecHit2D::nStrips(), CSCRecHit2D::nWireGroups(), CSCRecHit2D::positionWithinStrip(), CSCRecHit2D::quality(), mathSSE::sqrt(), CSCRecHit2D::tpeak(), CSCRecHit2D::wireTime(), LocalError::xx(), and LocalError::yy().
208 os <<
"CSCRecHit2D: " 212 <<
" tpeak: " << rh.
tpeak() <<
" wireTime: " << rh.
wireTime() << std::endl;
214 for (
size_t iS = 0; iS < rh.
nStrips(); ++iS) {
219 os <<
"central wire: " << rh.
hitWire() <<
" of " << nwgs <<
" wiregroup" << std::endl;
221 os <<
"central wire: " << rh.
hitWire() <<
" of " << nwgs <<
" wiregroups" << std::endl;
unsigned int nStrips() const
float errorWithinStrip() const
The uncertainty of the estimated position within the strip.
unsigned int nWireGroups() const
LocalError localPositionError() const override
float tpeak() const
Fitted peaking time.
LocalPoint localPosition() const override
float positionWithinStrip() const
The estimated position within the strip.
int channels(unsigned int i) const
Extracting strip channel numbers comprising the rechit - low.
short int hitWire() const
L1A.
int quality() const
quality flag of the reconstruction