#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) |
std::ostream& operator<< | ( | std::ostream & | s, | |
const CaloTowerDetId & | id | |||
) |
Definition at line 88 of file CaloTowerDetId.cc.
00088 { 00089 return s << "Tower (" << id.ieta() << "," << id.iphi() << ")"; 00090 }