00001 // 00002 // $Id: Particle.cc,v 1.2 2008/11/28 19:02:15 lowette Exp $ 00003 // 00004 00005 #include "DataFormats/PatCandidates/interface/Particle.h" 00006 00007 00008 using namespace pat; 00009 00010 00012 Particle::Particle() : PATObject<reco::LeafCandidate>(reco::LeafCandidate(0, reco::LeafCandidate::LorentzVector(0, 0, 0, 0), reco::LeafCandidate::Point(0,0,0))) { 00013 } 00014 00015 00017 Particle::Particle(const reco::LeafCandidate & aParticle) : PATObject<reco::LeafCandidate>(aParticle) { 00018 } 00019 00020 00022 Particle::~Particle() { 00023 }