![]() |
![]() |
#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) |
std::ostream& operator<< | ( | std::ostream & | s, | |
const HcalTrigTowerDetId & | id | |||
) |
Definition at line 33 of file HcalTrigTowerDetId.cc.
00033 { 00034 return s << "(HcalTrigTower " << id.ieta() << ',' << id.iphi() << ')'; 00035 }