File indexing completed on 2024-04-06 12:23:25
0001
0002
0003
0004
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);