CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 63 of file FTLRecHit.cc.

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

63  {
64  if (hit.detid().det() == DetId::Forward && hit.detid().subdetId() == FastTime)
65  return s << FastTimeDetId(hit.detid()) << ": " << hit.energy() << " GeV, " << hit.time() << " ns";
66  else
67  return s << "FTLRecHit undefined subdetector";
68 }
const DetId & detid() const
Definition: FTLRecHit.h:63
float energy() const
get the id
Definition: FTLRecHit.h:59
float time() const
Definition: FTLRecHit.h:70
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