Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const SiStripDetId & |
|
|
) |
| |
Debug info for SiStripDetId class.
Definition at line 4 of file SiStripDetId.cc.
5 return os <<
"[SiStripDetId::print]" << std::endl
6 <<
" rawId : 0x" << std::hex << std::setfill(
'0') << std::setw(8) <<
id.rawId() <<
std::dec
8 <<
" bits[0:24] : " << std::hex << std::setfill(
'0') << std::setw(8) << (0x01FFFFFF &
id.rawId())
10 <<
" Detector : " <<
id.det() << std::endl
11 <<
" SubDetector : " <<
id.subdetId() << std::endl
12 <<
" reserved : " <<
id.reserved();
References TauDecayModes::dec.