23 const uint16_t& reserved )
33 const uint16_t& reserved )
34 :
DetId( det_id.rawId() )
43 return os <<
"[SiStripDetId::print]" << std::endl
45 << std::hex << std::setfill(
'0') << std::setw(8)
47 << std::dec << std::endl
49 << std::hex << std::setfill(
'0') << std::setw(8)
50 << (0x01FFFFFF &
id.rawId())
51 << std::dec << std::endl
52 <<
" Detector : " <<
id.det() << std::endl
53 <<
" SubDetector : " <<
id.subdetId() << std::endl
54 <<
" reserved : " <<
id.reserved();
std::ostream & operator<<(std::ostream &out, const ALILine &li)
static const uint16_t reservedMask_
Detector identifier class for the strip tracker.
static const uint16_t reservedStartBit_