CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_6_1_1/src/DataFormats/MuonDetId/src/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
Version:
Id:
DTLayerId.cc,v 1.3 2006/04/12 17:52:40 namapane Exp
Date:
02 Aug 2005

Definition in file DTLayerId.cc.


Function Documentation

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

Definition at line 84 of file DTLayerId.cc.

                                                             {
  os << " Wh:"<< id.wheel()
     << " St:"<< id.station() 
     << " Se:"<< id.sector()
     << " Sl:"<< id.superlayer()
     << " La:"<< id.layer()
     <<" ";

  return os;
}