00001 #include "FWCore/Framework/interface/MakerMacros.h" 00002 #include "PhysicsTools/CandAlgos/interface/CandMatcher.h" 00003 #include "PhysicsTools/UtilAlgos/interface/AnyPairSelector.h" 00004 00005 typedef reco::modules::CandMatcher<AnyPairSelector> TrivialDeltaRMatcher; 00006 00007 DEFINE_FWK_MODULE( TrivialDeltaRMatcher );