7 return os <<
"[SiStripDetId::print]" << std::endl
9 << std::hex << std::setfill(
'0') << std::setw(8)
13 << std::hex << std::setfill(
'0') << std::setw(8)
14 << (0x01FFFFFF &
id.rawId())
16 <<
" Detector : " <<
id.det() << std::endl
17 <<
" SubDetector : " <<
id.subdetId() << std::endl
18 <<
" reserved : " <<
id.reserved();
std::ostream & operator<<(std::ostream &os, const SiStripDetId &id)
Detector identifier class for the strip tracker.