Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const BTLDetId & |
id |
|
) |
| |
Definition at line 184 of file BTLDetId.cc.
186 os <<
" BTL " << std::endl
187 <<
" Side : " <<
id.mtdSide() << std::endl
188 <<
" Rod : " <<
id.mtdRR() << std::endl
189 <<
" Module : " <<
id.module() << std::endl
190 <<
" Crystal type: " <<
id.modType() << std::endl
191 <<
" Crystal : " <<
id.crystal() << std::endl;
Detector identifier base class for the MIP Timing Layer.