Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CSCRecHit2D & |
rh |
|
) |
| |
Output operator for CSCRecHit2D.
Definition at line 192 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().
193 os <<
"CSCRecHit2D: " <<
197 " quality: " << rh.
quality() <<
" tpeak: " << rh.
tpeak() <<
" wireTime: " << rh.
wireTime() << std::endl;
199 for(
size_t iS =0;iS< rh.
nStrips();++iS){
204 os <<
"central wire: " << rh.
hitWire() <<
" of " << nwgs <<
" wiregroup" << std::endl; }
206 os <<
"central wire: " << rh.
hitWire() <<
" of " << nwgs <<
" wiregroups" << std::endl; }
float tpeak() const
Fitted peaking time.
int channels(unsigned int i) const
Extracting strip channel numbers comprising the rechit - low.
LocalError localPositionError() const
unsigned int nStrips() const
float positionWithinStrip() const
The estimated position within the strip.
short int hitWire() const
L1A.
int quality() const
quality flag of the reconstruction
float errorWithinStrip() const
The uncertainty of the estimated position within the strip.
LocalPoint localPosition() const
unsigned int nWireGroups() const