CMS 3D CMS Logo

Functions
ME0DetId.cc File Reference
#include <DataFormats/MuonDetId/interface/ME0DetId.h>
#include <DataFormats/MuonDetId/interface/MuonSubdetId.h>

Go to the source code of this file.

Functions

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

Detailed Description

Impl of ME0DetId

Definition in file ME0DetId.cc.

Function Documentation

◆ operator<<()

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

Definition at line 45 of file ME0DetId.cc.

45  {
46  os << " Region " << id.region() << " Layer " << id.layer() << " Chamber " << id.chamber() << " EtaPartition "
47  << id.roll() << " ";
48 
49  return os;
50 }