CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 11 of file CastorRecHit.cc.

References CaloRecHit::energy(), CastorRecHit::id(), and CaloRecHit::time().

11  {
12  return s << hit.id() << ": " << hit.energy() << " GeV, " << hit.time() << " ns";
13 }
float time() const
Definition: CaloRecHit.h:21
HcalCastorDetId id() const
get the id
Definition: CastorRecHit.h:15
float energy() const
Definition: CaloRecHit.h:19