Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CaloHitID & |
id |
|
) |
| |
Definition at line 92 of file CaloHitID.cc.
References TauDecayModes::dec.
93 os <<
"UnitID 0x" << std::hex <<
id.unitID() <<
std::dec <<
" Depth "
94 << std::setw(6) <<
id.depth() <<
" Time " << std::setw(6)
95 <<
id.timeSlice() <<
" TrackID " << std::setw(8) <<
id.trackID();