#include <DataFormats/MuonDetId/interface/GEMDetId.h>
#include <DataFormats/MuonDetId/interface/MuonSubdetId.h>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const GEMDetId &id) |
Definition in file GEMDetId.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const GEMDetId & | id | ||
) |
Definition at line 73 of file GEMDetId.cc.
{ os << " Re "<<id.region() << " Ri "<<id.ring() << " St "<<id.station() << " La "<<id.layer() << " Ch "<<id.chamber() << " Ro "<<id.roll() <<" "; return os; }