Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const BTLDetId & |
id |
|
) |
| |
Definition at line 175 of file BTLDetId.cc.
Referenced by BTLDetId::validHashedIndex().
177 os <<
" BTL " << std::endl
178 <<
" Side : " <<
id.mtdSide() << std::endl
179 <<
" Rod : " <<
id.mtdRR() << std::endl
180 <<
" Module : " <<
id.module() << std::endl
181 <<
" Crystal type: " <<
id.modType() << std::endl
182 <<
" Crystal : " <<
id.crystal() << std::endl;
Detector identifier base class for the MIP Timing Layer.