CMS 3D CMS Logo

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.

Author
G. Cerminara - INFN Torino

Definition in file DTChamberId.cc.

Function Documentation

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

Definition at line 68 of file DTChamberId.cc.

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