CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Detailed Description

See header file for a description of this class.

Author
G. Cerminara - INFN Torino

Definition in file DTSuperLayerId.cc.

Function Documentation

◆ operator<<()

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

Definition at line 46 of file DTSuperLayerId.cc.

46  {
47  os << " Wh:" << id.wheel() << " St:" << id.station() << " Se:" << id.sector() << " Sl:" << id.superlayer() << " ";
48 
49  return os;
50 }