CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_0/src/DataFormats/CaloTowers/interface/CaloTowerDetId.h File Reference

#include "DataFormats/DetId/interface/DetId.h"

Go to the source code of this file.

Classes

class  CaloTowerDetId

Functions

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

Function Documentation

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

Definition at line 88 of file CaloTowerDetId.cc.

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