Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 /* \class MCTruthDeltaRViewMatcher
0002  *
0003  * Producer fo simple MC truth match map
0004  * based on DeltaR 
0005  *
0006  */
0007 #include "CommonTools/CandAlgos/interface/NewCandMatcher.h"
0008 #include "PhysicsTools/HepMCCandAlgos/interface/MCTruthPairSelector.h"
0009 #include "DataFormats/HepMCCandidate/interface/GenParticle.h"
0010 
0011 typedef reco::modulesNew::
0012     CandMatcher<helpers::MCTruthPairSelector<reco::Candidate>, reco::CandidateView, reco::GenParticleCollection>
0013         MCTruthDeltaRMatcherNew;
0014 
0015 #include "FWCore/Framework/interface/MakerMacros.h"
0016 
0017 DEFINE_FWK_MODULE(MCTruthDeltaRMatcherNew);