CMS 3D CMS Logo

Functions
HGCScintillatorDetId.cc File Reference
#include "DataFormats/ForwardDetId/interface/HGCScintillatorDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <ostream>
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 44 of file HGCScintillatorDetId.cc.

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