/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Validation/RecoParticleFlow/plugins/GenJetClosestMatchSelector.cc
9 строк
391 B
Cms Build
Clang-Format
08 май 2019, 15:15
08 май 2019, 15:15
7409a58
Код
Авторство
О чём код?
#include "FWCore/Framework/interface/MakerMacros.h" #include "FWCore/PluginManager/interface/ModuleDef.h" #include "CommonTools/UtilAlgos/interface/ObjectSelector.h" #include "Validation/RecoParticleFlow/plugins/GenJetClosestMatchSelectorDefinition.h" typedef ObjectSelector<GenJetClosestMatchSelectorDefinition> GenJetClosestMatchSelector; DEFINE_FWK_MODULE(GenJetClosestMatchSelector);