CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
HFRecHit.cc File Reference
#include "DataFormats/HcalRecHit/interface/HFRecHit.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 13 of file HFRecHit.cc.

References CaloRecHit::energy(), HFRecHit::id(), alignCSCRings::s, CaloRecHit::time(), and HFRecHit::timeFalling().

13  {
14  s << hit.id() << ": " << hit.energy() << " GeV";
15  if(hit.time() > -998) {
16  s << ", t= " << hit.time() << " to " << hit.timeFalling() << " ns";
17  }
18  return s;
19 }
float timeFalling() const
Definition: HFRecHit.h:22
float time() const
Definition: CaloRecHit.h:19
float energy() const
Definition: CaloRecHit.h:17
HcalDetId id() const
Definition: HFRecHit.h:23