00001 #include "PhysicsTools/UtilAlgos/interface/CollectionAdder.h" 00002 #include "DataFormats/HepMCCandidate/interface/GenParticle.h" 00003 00004 typedef CollectionAdder<reco::GenParticleMatch> GenParticleMatchMerger; 00005 00006 #include "FWCore/Framework/interface/MakerMacros.h" 00007 00008 DEFINE_FWK_MODULE( GenParticleMatchMerger ); 00009