Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "FWCore/Framework/interface/MakerMacros.h"
0002 
0003 #include "TopQuarkAnalysis/TopEventSelection/plugins/TtFullHadSignalSelMVAComputer.h"
0004 
0005 #include "TopQuarkAnalysis/TopEventSelection/plugins/TtSemiLepSignalSelMVAComputer.h"
0006 
0007 // define mva modules
0008 DEFINE_FWK_MODULE(TtFullHadSignalSelMVAComputer);
0009 
0010 DEFINE_FWK_MODULE(TtSemiLepSignalSelMVAComputer);