00001 /* \class MCTruthDeltaRMatcher 00002 * 00003 * Producer fo simple MC truth match map 00004 * based on DeltaR 00005 * 00006 */ 00007 #include "PhysicsTools/CandAlgos/interface/CandMatcher.h" 00008 #include "PhysicsTools/HepMCCandAlgos/interface/MCTruthPairSelector.h" 00009 00010 typedef reco::modules::CandMatcher< 00011 helpers::MCTruthPairSelector<reco::Candidate> 00012 > MCTruthDeltaRMatcher; 00013 00014 #include "FWCore/Framework/interface/MakerMacros.h" 00015 00016 DEFINE_FWK_MODULE( MCTruthDeltaRMatcher );