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