CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DataFormats/MuonDetId/src/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.

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

  return os;
}