CMS 3D CMS Logo

HBHERecHit.cc File Reference

#include "DataFormats/HcalRecHit/interface/HBHERecHit.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const HBHERecHit &hit)


Function Documentation

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 }


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