Go to the source code of this file.
|
class | TotemTimingDetId |
| Detector ID class for CTPPS Totem Timing detectors. Bits [19:31] : Assigend in CTPPSDetId Calss Bits [17:18] : 2 bits for UFSD plane 0,1,2,3 Bits [12:16] : 5 bits for UFSD channel numbers 1,2,3,..16 Bits [0:11] : unspecified yet. More...
|
|
◆ operator<<()
Definition at line 43 of file TotemTimingDetId.cc.
44 return os <<
"arm=" <<
id.arm() <<
" station=" <<
id.station() <<
" rp=" <<
id.rp() <<
" plane=" <<
id.plane()
45 <<
" Detector=" <<
id.channel();