CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_3/src/DataFormats/HcalDetId/src/HcalTrigTowerDetId.cc File Reference

#include "DataFormats/HcalDetId/interface/HcalTrigTowerDetId.h"
#include "FWCore/Utilities/interface/Exception.h"

Go to the source code of this file.

Functions

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

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
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 << ')';
}