Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const BTLDetId & |
id |
|
) |
| |
Definition at line 4 of file BTLDetId.cc.
Referenced by BTLDetId::crystal().
6 os <<
" BTL " << std::endl
7 <<
" Side : " <<
id.mtdSide() << std::endl
8 <<
" Rod : " <<
id.mtdRR() << std::endl
9 <<
" Module : " <<
id.module() << std::endl
10 <<
" Crystal type: " <<
id.modType() << std::endl
11 <<
" Crystal : " <<
id.crystal() << std::endl;
Detector identifier base class for the MIP Timing Layer.