Go to the source code of this file.
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;
float tpeak() const
Fitted peaking time.
int channels(unsigned int i) const
Extracting strip channel numbers comprising the rechit - low.
unsigned int nStrips() const
float positionWithinStrip() const
The estimated position within the strip.
LocalError localPositionError() const override
LocalPoint localPosition() const override
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.
unsigned int nWireGroups() const