CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
DTChamberId.cc File Reference
#include "DataFormats/MuonDetId/interface/DTChamberId.h"
#include "DataFormats/MuonDetId/interface/MuonSubdetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <ostream>

Go to the source code of this file.

Functions

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

Detailed Description

See header file for a description of this class.

Date:
2008/11/06 10:34:56
Revision:
1.7
Author
G. Cerminara - INFN Torino

Definition in file DTChamberId.cc.

Function Documentation

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

Definition at line 70 of file DTChamberId.cc.

70  {
71  os << " Wh:"<< id.wheel()
72  << " St:"<< id.station()
73  << " Se:"<< id.sector()
74  <<" ";
75 
76  return os;
77 }