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