CMS 3D CMS Logo

Classes | Functions
FTLRecHit.h File Reference
#include "DataFormats/ForwardDetId/interface/MTDDetId.h"
#include "DataFormats/CaloRecHit/interface/CaloRecHit.h"
#include <vector>

Go to the source code of this file.

Classes

class  FTLRecHit
 

Functions

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

Function Documentation

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

Definition at line 53 of file FTLRecHit.cc.

References DetId::det(), FTLRecHit::detid(), FTLRecHit::energy(), FastTime, DetId::Forward, DetId::subdetId(), and FTLRecHit::time().

53  {
54  if (hit.detid().det() == DetId::Forward && hit.detid().subdetId() == FastTime)
55  return s << FastTimeDetId(hit.detid()) << ": " << hit.energy() << " GeV, " << hit.time() << " ns";
56  else
57  return s << "FTLRecHit undefined subdetector";
58 }
const DetId & detid() const
Definition: FTLRecHit.h:50
float energy() const
get the id
Definition: FTLRecHit.h:46
float time() const
Definition: FTLRecHit.h:57
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector&#39;s numbering enum) ...
Definition: DetId.h:48
constexpr Detector det() const
get the detector field from this detid
Definition: DetId.h:46