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

◆ operator<<()

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

Definition at line 48 of file DTChamberId.cc.

48  {
49  os << " Wh:" << id.wheel() << " St:" << id.station() << " Se:" << id.sector() << " ";
50 
51  return os;
52 }