CMS 3D CMS Logo

Functions
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
Date
02 Aug 2005

Definition in file DTWireId.cc.

Function Documentation

◆ operator<<()

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

Definition at line 68 of file DTWireId.cc.

68  {
69  os << " Wh:" << id.wheel() << " St:" << id.station() << " Se:" << id.sector() << " Sl:" << id.superlayer()
70  << " La:" << id.layer() << " Wi:" << id.wire() << " ";
71 
72  return os;
73 }