Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:24

0001 #include "CommonTools/UtilAlgos/interface/CollectionAdder.h"
0002 #include "DataFormats/HepMCCandidate/interface/GenParticle.h"
0003 
0004 typedef CollectionAdder<reco::GenParticleMatch> GenParticleMatchMerger;
0005 
0006 #include "FWCore/Framework/interface/MakerMacros.h"
0007 
0008 DEFINE_FWK_MODULE(GenParticleMatchMerger);