![]() |
![]() |
#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 | GEMDetId |
Functions | |
std::ostream & | operator<< (std::ostream &os, const GEMDetId &id) |
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; }