/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/MVAComputer/plugins/module.cc
13 строк
477 B
saout
Add record of MVAComputerContainer for testing or analysis purposes.
09 дек 2007, 17:57
09 дек 2007, 17:57
2471bd8
Код
Авторство
О чём код?
#include "FWCore/Framework/interface/MakerMacros.h" #include "FWCore/Framework/interface/SourceFactory.h" #include "PhysicsTools/MVAComputer/interface/MVAComputerRecord.h" #include "PhysicsTools/MVAComputer/interface/MVAComputerESSourceImpl.h" using namespace PhysicsTools; // define ESSource using the dummy MVAComputer record for testing purposes typedef MVAComputerESSourceImpl<MVAComputerRecord> MVAComputerESSource; DEFINE_FWK_EVENTSETUP_SOURCE(MVAComputerESSource);