CMS 3D CMS Logo

HcalTrigTowerDetId.h File Reference

#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 Documentation

#define DATAFORMATS_HCALDETID_HCALTRIGTOWERDETID_H   1

Definition at line 2 of file HcalTrigTowerDetId.h.


Function Documentation

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 }


Generated on Tue Jun 9 17:52:07 2009 for CMSSW by  doxygen 1.5.4