#include <ostream>
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/HcalDetId/interface/HcalSubdetector.h"
Go to the source code of this file.
Classes | |
class | HcalTrigTowerDetId |
Cell id for an Calo Trigger tower. More... | |
Defines | |
#define | DATAFORMATS_HCALDETID_HCALTRIGTOWERDETID_H 1 |
Functions | |
std::ostream & | operator<< (std::ostream &, const HcalTrigTowerDetId &id) |
#define DATAFORMATS_HCALDETID_HCALTRIGTOWERDETID_H 1 |
Definition at line 2 of file HcalTrigTowerDetId.h.
std::ostream& operator<< | ( | std::ostream & | , | |
const HcalTrigTowerDetId & | id | |||
) |
Definition at line 33 of file HcalTrigTowerDetId.cc.
00033 { 00034 return s << "(HcalTrigTower " << id.ieta() << ',' << id.iphi() << ')'; 00035 }