Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "FWCore/Framework/interface/MakerMacros.h"
0002 
0003 #include "TopQuarkAnalysis/TopTools/plugins/TtJetPartonMatch.h"
0004 #include "AnalysisDataFormats/TopObjects/interface/TtFullHadEvtPartons.h"
0005 
0006 typedef TtJetPartonMatch<TtFullHadEvtPartons> TtFullHadJetPartonMatch;
0007 DEFINE_FWK_MODULE(TtFullHadJetPartonMatch);