CMS 3D CMS Logo

Classes | Functions
HFRecHit.h File Reference
#include "DataFormats/HcalDetId/interface/HcalDetId.h"
#include "DataFormats/CaloRecHit/interface/CaloRecHit.h"

Go to the source code of this file.

Classes

class  HFRecHit
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 3 of file HFRecHit.cc.

References hit::id, and alignCSCRings::s.

3  {
4  s << hit.id() << ": " << hit.energy() << " GeV";
5  if (hit.time() > -998) {
6  s << ", t= " << hit.time() << " to " << hit.timeFalling() << " ns";
7  }
8  return s;
9 }
unsigned int id