Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const ETLDetId & |
id |
|
) |
| |
Definition at line 9 of file ETLDetId.cc.
Referenced by ETLDetId::modType().
11 os <<
" ETL " << std::endl
12 <<
" Side : " <<
id.mtdSide() << std::endl
13 <<
" Ring : " <<
id.mtdRR() << std::endl
14 <<
" Module : " <<
id.module() << std::endl
15 <<
" Module type : " <<
id.modType() << std::endl;
Detector identifier base class for the MIP Timing Layer.