CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DataFormats/HcalDetId/interface/HcalTrigTowerDetId.h File Reference

#include <ostream>
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/HcalDetId/interface/HcalSubdetector.h"

Go to the source code of this file.

Classes

class  HcalTrigTowerDetId

Functions

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

Function Documentation

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

Definition at line 39 of file HcalTrigTowerDetId.cc.

                                                                   {
  s << "(HcalTrigTower " << id.ieta() << ',' << id.iphi();
  if (id.depth()>0) s << ',' << id.depth();
  
  return s << ')';
}