#include <DataFormats/PatCandidates/interface/PFParticle.h>
Public Member Functions | |
virtual PFParticle * | clone () const |
PFParticle (const edm::RefToBase< PFParticleType > &aPFParticle) | |
constructor from PFParticleType | |
PFParticle () |
PFParticle is the equivalent of reco::PFCandidate in the PAT namespace, to be used in the analysis. All the PFCandidates that are not used as isolated leptons or photons, or inside jets, end up as pat::PFParticles.
Definition at line 38 of file PFParticle.h.
pat::PFParticle::PFParticle | ( | ) | [inline] |
PFParticle::PFParticle | ( | const edm::RefToBase< PFParticleType > & | aPFParticle | ) |
constructor from PFParticleType
Definition at line 12 of file PFParticle.cc.
00012 : PATObject<PFParticleType>(aPFParticle) { 00013 }
virtual PFParticle* pat::PFParticle::clone | ( | void | ) | const [inline, virtual] |
Definition at line 46 of file PFParticle.h.
References PFParticle().
00046 { return new PFParticle(*this); }