CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  GEMDetId
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 15 of file GEMDetId.cc.

15  {
16  os << " Re " << id.region() << " Ri " << id.ring() << " St " << id.station() << " La " << id.layer() << " Ch "
17  << id.chamber() << " Et " << id.roll() << " ";
18 
19  return os;
20 }