Go to the source code of this file.
|
class | ETLDetId |
| Detector identifier class for the Endcap Timing Layer. More...
|
|
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const ETLDetId & |
|
|
) |
| |
Definition at line 4 of file ETLDetId.cc.
6 os <<
" ETL " << std::endl
7 <<
" Side : " <<
id.mtdSide() << std::endl
8 <<
" Ring : " <<
id.mtdRR() <<
" " 9 <<
" Disc/Side/Sector = " <<
id.nDisc() <<
" " <<
id.discSide() <<
" " <<
id.sector() << std::endl
10 <<
" Module : " <<
id.module() << std::endl
11 <<
" Module type : " <<
id.modType() << std::endl
12 <<
" Sensor : " <<
id.sensor() << std::endl;
Detector identifier base class for the MIP Timing Layer.