/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CommonTools/ParticleFlow/plugins/GenericPFCandidateSelector.cc
12 строк
540 B
Christopher Jones
Moved ObjectSelectorStream to ObjectSelector
07 окт 2021, 18:43
07 окт 2021, 18:43
524fd9b
Код
Авторство
О чём код?
#include "FWCore/PluginManager/interface/ModuleDef.h" #include "FWCore/Framework/interface/MakerMacros.h" #include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h" #include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h" #include "CommonTools/UtilAlgos/interface/ObjectSelector.h" #include "CommonTools/ParticleFlow/interface/GenericPFCandidateSelectorDefinition.h" typedef ObjectSelector<pf2pat::GenericPFCandidateSelectorDefinition> GenericPFCandidateSelector; DEFINE_FWK_MODULE(GenericPFCandidateSelector);