CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PFRecHitFraction.cc
Go to the documentation of this file.
4 // #include "FWCore/Utilities/interface/Exception.h"
5 
6 using namespace std;
7 using namespace reco;
8 
9 ostream& reco::operator<<(std::ostream& out, const PFRecHitFraction& hit) {
10  if (!out)
11  return out;
12 
13  // const reco::PFRecHit* rechit = hit.getRecHit();
14 
15  out << hit.fraction() << "x[" << hit.recHitRef()->detId() << "]";
16 
17  return out;
18 }
Fraction of a PFRecHit (rechits can be shared between several PFCluster&#39;s)
double fraction() const
std::ostream & operator<<(std::ostream &, BeamSpot beam)
Definition: BeamSpot.cc:66
const PFRecHitRef & recHitRef() const