CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/DataFormats/CaloTowers/src/CaloTowerDetId.cc File Reference

#include "DataFormats/CaloTowers/interface/CaloTowerDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 88 of file CaloTowerDetId.cc.

                                                                {
  return s << "Tower (" << id.ieta() << "," << id.iphi() << ")";
}