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