Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const VectorHit & |
vh |
|
) |
| |
Definition at line 173 of file VectorHit.cc.
174 os <<
" VectorHit create in the DetId#: " <<
vh.geographicalId() <<
"\n"
175 <<
" Vectorhit local position : " <<
vh.localPosition() <<
"\n"
176 <<
" Vectorhit local direction : " <<
vh.localDirection() <<
"\n"
177 <<
" Vectorhit global direction : " <<
vh.globalDirection() <<
"\n"
178 <<
" Lower cluster global position : " <<
vh.lowerGlobalPos() <<
"\n"
179 <<
" Upper cluster global position : " <<
vh.upperGlobalPos();
References vh.