File indexing completed on 2024-04-06 12:23:38
0001 #include "FWCore/Framework/interface/MakerMacros.h"
0002 #include "FWCore/Framework/interface/SourceFactory.h"
0003
0004 #include "PhysicsTools/MVAComputer/interface/MVAComputerRecord.h"
0005 #include "PhysicsTools/MVAComputer/interface/MVAComputerESSourceImpl.h"
0006
0007 using namespace PhysicsTools;
0008
0009
0010
0011 typedef MVAComputerESSourceImpl<MVAComputerRecord> MVAComputerESSource;
0012
0013 DEFINE_FWK_EVENTSETUP_SOURCE(MVAComputerESSource);