Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const BTLDetId & |
id |
|
) |
| |
Definition at line 20 of file BTLDetId.cc.
22 os <<
" BTL " << std::endl
23 <<
" Side : " <<
id.mtdSide() << std::endl
24 <<
" Rod : " <<
id.mtdRR() << std::endl
25 <<
" Crystal type: " <<
id.modType() << std::endl
26 <<
" Readout unit: " <<
id.runit() << std::endl
27 <<
" Global RU : " <<
id.globalRunit() << std::endl
28 <<
" Module : " <<
id.module() << std::endl
29 <<
" Crystal : " <<
id.crystal() << std::endl;
Detector identifier base class for the MIP Timing Layer.