Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 /* \class MCTruthDeltaRMatcher
0002  *
0003  * Producer fo simple MC truth match map
0004  * based on DeltaR 
0005  *
0006  */
0007 #include "CommonTools/CandAlgos/interface/CandMatcher.h"
0008 #include "PhysicsTools/HepMCCandAlgos/interface/MCTruthPairSelector.h"
0009 
0010 typedef reco::modules::CandMatcher<helpers::MCTruthPairSelector<reco::Candidate> > MCTruthDeltaRMatcher;
0011 
0012 #include "FWCore/Framework/interface/MakerMacros.h"
0013 
0014 DEFINE_FWK_MODULE(MCTruthDeltaRMatcher);