Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const HBHERecHit & |
hit |
|
) |
| |
Definition at line 16 of file HBHERecHit.cc.
17 s <<
hit.
id() <<
": " <<
hit.energy() <<
" GeV";
18 if (
hit.eraw() > -0.9e21) {
19 s <<
", eraw=" <<
hit.eraw() <<
" GeV";
21 if (
hit.eaux() > -0.9e21) {
22 s <<
", eaux=" <<
hit.eaux() <<
" GeV";
24 if (
hit.time() > -998) {
25 s <<
", t= " <<
hit.time() <<
" to " <<
hit.timeFalling() <<
" ns";
References hit::id, and alignCSCRings::s.