CMS 3D CMS Logo

DTLayerId.cc File Reference

Impl of DTLayerId. More...

#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.

00084                                                              {
00085   os << " Wh:"<< id.wheel()
00086      << " St:"<< id.station() 
00087      << " Se:"<< id.sector()
00088      << " Sl:"<< id.superlayer()
00089      << " La:"<< id.layer()
00090      <<" ";
00091 
00092   return os;
00093 }


Generated on Tue Jun 9 17:52:14 2009 for CMSSW by  doxygen 1.5.4