Go to the source code of this file.
|
class | ETLDetId |
| Detector identifier class for the Endcap Timing Layer. More...
|
|
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const ETLDetId & |
|
|
) |
| |
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.