Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const SiStripDetId & |
|
|
) |
| |
Debug info for SiStripDetId class.
Definition at line 6 of file SiStripDetId.cc.
7 return os <<
"[SiStripDetId::print]" << std::endl
9 << std::hex << std::setfill(
'0') << std::setw(8)
11 << std::dec << std::endl
13 << std::hex << std::setfill(
'0') << std::setw(8)
14 << (0x01FFFFFF &
id.rawId())
15 << std::dec << std::endl
16 <<
" Detector : " <<
id.det() << std::endl
17 <<
" SubDetector : " <<
id.subdetId() << std::endl
18 <<
" reserved : " <<
id.reserved();