00001 /* \class MCTruthDeltaRViewMatcher 00002 * 00003 * Producer fo simple MC truth match map 00004 * based on DeltaR 00005 * 00006 */ 00007 #include "PhysicsTools/CandAlgos/interface/NewCandMatcher.h" 00008 #include "PhysicsTools/HepMCCandAlgos/interface/MCTruthPairSelector.h" 00009 #include "DataFormats/HepMCCandidate/interface/GenParticle.h" 00010 00011 typedef reco::modulesNew::CandMatcher< 00012 helpers::MCTruthPairSelector<reco::Candidate>, 00013 reco::CandidateView, 00014 reco::GenParticleCollection 00015 > MCTruthDeltaRMatcherNew; 00016 00017 #include "FWCore/Framework/interface/MakerMacros.h" 00018 00019 DEFINE_FWK_MODULE( MCTruthDeltaRMatcherNew );