CMS 3D CMS Logo

PFCandidateWithSrcPtrFactory.h
Go to the documentation of this file.
1 #ifndef CommonTools_ParticleFlow_PFCandidateWithSrcPtrFactor_h
2 #define CommonTools_ParticleFlow_PFCandidateWithSrcPtrFactor_h
3 
14 
15 namespace reco {
17  public:
20 
21  if (input.backPtr().isAvailable())
22  output.setSourceCandidatePtr(input.backPtr());
23  else //we are in a job where the original collection is gone
24  output.setSourceCandidatePtr(input.ptr());
25  return output;
26  }
27  };
28 } // namespace reco
29 
30 #endif
Creates a PFCandidate from an input FwdPtr, and sets the "source" Ptr to the FwdPtr.backPtr.
static std::string const input
Definition: EdmProvDump.cc:50
Particle reconstructed by the particle flow algorithm.
Definition: PFCandidate.h:41
fixed size matrix
Definition: output.py:1
reco::PFCandidate operator()(edm::FwdPtr< reco::PFCandidate > const &input) const