CMS 3D CMS Logo

IsolatedPFCandidate.cc
Go to the documentation of this file.
2 
3 #include <iostream>
4 
5 using namespace reco;
6 using namespace std;
7 
9 
11  : PFCandidate(candidatePtr), isolation_(isolation) {}
12 
14 
16 
17 std::ostream& reco::operator<<(std::ostream& out, const IsolatedPFCandidate& c) {
18  if (!out)
19  return out;
20 
21  const PFCandidate& mother = c;
22  out << "IsolatedPFCandidate, isolation = " << c.isolation() << " " << mother;
23  return out;
24 }
IsolatedPFCandidate * clone() const override
return a clone
Particle reconstructed by the particle flow algorithm.
std::ostream & operator<<(std::ostream &, BeamSpot beam)
Definition: BeamSpot.cc:66
Particle reconstructed by the particle flow algorithm.
Definition: PFCandidate.h:41
fixed size matrix
IsolatedPFCandidate()
default constructor
~IsolatedPFCandidate() override
destructor