CMS 3D CMS Logo

Classes | Functions
ETLDetId.h File Reference
#include "DataFormats/ForwardDetId/interface/MTDDetId.h"
#include <ostream>

Go to the source code of this file.

Classes

class  ETLDetId
 Detector identifier class for the Endcap Timing Layer. More...
 

Functions

std::ostream & operator<< (std::ostream &, const ETLDetId &)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const ETLDetId  
)

Definition at line 4 of file ETLDetId.cc.

4  {
5  os << (MTDDetId&)id;
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;
13  return os;
14 }
Detector identifier base class for the MIP Timing Layer.
Definition: MTDDetId.h:21