CMS 3D CMS Logo

Functions
DTLayerId.cc File Reference
#include <iostream>
#include <DataFormats/MuonDetId/interface/DTLayerId.h>
#include <FWCore/Utilities/interface/Exception.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const DTLayerId &id)
 

Detailed Description

Impl of DTLayerId

Author
Stefano ARGIRO
Date
02 Aug 2005

Definition in file DTLayerId.cc.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const DTLayerId id 
)

Definition at line 60 of file DTLayerId.cc.

60  {
61  os << " Wh:" << id.wheel() << " St:" << id.station() << " Se:" << id.sector() << " Sl:" << id.superlayer()
62  << " La:" << id.layer() << " ";
63 
64  return os;
65 }