Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "FWCore/Framework/interface/ModuleFactory.h"
0002 
0003 #include "RecoBTau/JetTagComputer/interface/JetTagComputerESProducer.h"
0004 #include "RecoBTag/Combined/interface/CombinedMVAV2JetTagComputer.h"
0005 
0006 typedef JetTagComputerESProducer<CombinedMVAV2JetTagComputer> CombinedMVAV2JetTagESProducer;
0007 DEFINE_FWK_EVENTSETUP_MODULE(CombinedMVAV2JetTagESProducer);