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

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

Definition at line 9 of file ETLDetId.cc.

Referenced by ETLDetId::modType().

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