#include "DataFormats/DetId/interface/DetId.h"
Go to the source code of this file.
Classes | |
class | CaloTowerDetId |
CaloTowerDetId uses DetId::Det of Calo and subdetId() of 1. More... | |
Defines | |
#define | DATAFORMATS_CALOTOWERS_CALOTOWERDETID_H 1 |
Functions | |
std::ostream & | operator<< (std::ostream &, const CaloTowerDetId &id) |
#define DATAFORMATS_CALOTOWERS_CALOTOWERDETID_H 1 |
Definition at line 2 of file CaloTowerDetId.h.
std::ostream& operator<< | ( | std::ostream & | , | |
const CaloTowerDetId & | id | |||
) |
Definition at line 88 of file CaloTowerDetId.cc.
00088 { 00089 return s << "Tower (" << id.ieta() << "," << id.iphi() << ")"; 00090 }