#include "DataFormats/HcalDetId/interface/HcalDetId.h"
#include "DataFormats/CaloRecHit/interface/CaloRecHit.h"
Go to the source code of this file.
Classes | |
class | HBHERecHit |
| |
Defines | |
#define | DATAFORMATS_HCALRECHIT_HBHERECHIT_H 1 |
Functions | |
std::ostream & | operator<< (std::ostream &s, const HBHERecHit &hit) |
#define DATAFORMATS_HCALRECHIT_HBHERECHIT_H 1 |
Definition at line 2 of file HBHERecHit.h.
std::ostream& operator<< | ( | std::ostream & | s, | |
const HBHERecHit & | hit | |||
) |
Definition at line 11 of file HBHERecHit.cc.
References CaloRecHit::energy(), HBHERecHit::id(), and CaloRecHit::time().
00011 { 00012 return s << hit.id() << ": " << hit.energy() << " GeV, " << hit.time() << " ns"; 00013 }