CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DataFormats/MuonDetId/src/DTWireId.cc File Reference

#include <iostream>
#include <DataFormats/MuonDetId/interface/DTWireId.h>
#include <FWCore/Utilities/interface/Exception.h>

Go to the source code of this file.

Functions

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

Detailed Description

Impl of DTWireId

Author:
G. Cerminara - INFN Torino
Version:
Id:
DTWireId.cc,v 1.3 2006/04/12 17:52:40 namapane Exp
Date:
02 Aug 2005

Definition in file DTWireId.cc.


Function Documentation

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

Definition at line 102 of file DTWireId.cc.

                                                            {

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

  return os;
}