CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

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

Definition at line 66 of file DTSuperLayerId.cc.

66  {
67  os << " Wh:"<< id.wheel()
68  << " St:"<< id.station()
69  << " Se:"<< id.sector()
70  << " Sl:"<< id.superlayer()
71  <<" ";
72 
73  return os;
74 }