CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/DataFormats/PatCandidates/src/PFParticle.cc

Go to the documentation of this file.
00001 //
00002 // $Id: PFParticle.cc,v 1.2 2008/11/28 19:02:15 lowette Exp $
00003 //
00004 
00005 #include "DataFormats/PatCandidates/interface/PFParticle.h"
00006 
00007 
00008 using namespace pat;
00009 
00010 
00012 PFParticle::PFParticle(const edm::RefToBase<reco::PFCandidate>& aPFParticle) : PATObject<reco::PFCandidate>(aPFParticle) {
00013 }
00014