CMS 3D CMS Logo

PileUpPFCandidate.h
Go to the documentation of this file.
1 #ifndef ParticleFlowCandidate_PileUpPFCandidate_h
2 #define ParticleFlowCandidate_PileUpPFCandidate_h
3 
4 #include <iostream>
5 
9 
10 namespace reco {
17  class PileUpPFCandidate : public PFCandidate {
18  public:
21 
22  PileUpPFCandidate(const PFCandidatePtr& candidatePtr, const VertexRef& vertexRef);
23 
25  ~PileUpPFCandidate() override;
26 
28  PileUpPFCandidate* clone() const override;
29 
31  const VertexRef& vertexRef() const { return vertexRef_; }
32 
33  private:
35  };
36 
37  std::ostream& operator<<(std::ostream& out, const PileUpPFCandidate& c);
38 
39 } // namespace reco
40 
41 #endif
~PileUpPFCandidate() override
destructor
PileUpPFCandidate * clone() const override
return a clone
const VertexRef & vertexRef() const
return reference to the associated vertex
std::ostream & operator<<(std::ostream &, BeamSpot beam)
Definition: BeamSpot.cc:66
PileUpPFCandidate()
default constructor
Particle reconstructed by the particle flow algorithm.
Definition: PFCandidate.h:41
fixed size matrix
Particle reconstructed by the particle flow algorithm.