CMS 3D CMS Logo

Classes | Functions
ME0DetId.h File Reference
#include "DataFormats/DetId/interface/DetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iosfwd>
#include <iostream>

Go to the source code of this file.

Classes

class  ME0DetId
 

Functions

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

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 }