CMS 3D CMS Logo

Classes | Functions
HGCScintillatorDetId.h File Reference
#include <iosfwd>
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/ForwardDetId/interface/ForwardSubdetector.h"

Go to the source code of this file.

Classes

class  HGCScintillatorDetId
 

Functions

std::ostream & operator<< (std::ostream &, const HGCScintillatorDetId &id)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const HGCScintillatorDetId id 
)

Definition at line 45 of file HGCScintillatorDetId.cc.

45  {
46  return s << " EE:HE= " << id.isEE() << ":" << id.isHE()
47  << " type= " << id.type() << " layer= " << id.layer()
48  << " eta= " << id.ieta() << " phi= " << id.iphi();
49 }