00001 // 00002 // $Id: PFParticle.cc,v 1.1 2008/07/24 12:43:52 cbern Exp $ 00003 // 00004 00005 #include "DataFormats/PatCandidates/interface/PFParticle.h" 00006 00007 00008 using namespace pat; 00009 00010 00012 PFParticle::PFParticle(const edm::RefToBase<PFParticleType>& aPFParticle) : PATObject<PFParticleType>(aPFParticle) { 00013 } 00014