CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/MuonDetId/src/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.

Date:
2006/04/12 17:52:40
Revision:
1.2
Author:
G. Cerminara - INFN Torino

Definition in file DTSuperLayerId.cc.


Function Documentation

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

Definition at line 68 of file DTSuperLayerId.cc.

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

  return os;
}