CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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.

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