/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CommonTools/CandAlgos/plugins/CandViewCombiner.cc
15 строк
503 B
Cms Build
Clang-Format
05 июн 2019, 13:58
05 июн 2019, 13:58
4bb99cd
Код
Авторство
О чём код?
/* \class reco::modules::plugins::CandViewCombiner * * Configurable Candidate Selector reading * a View<Candidate> as input * * \author: Luca Lista, INFN * */ #include "FWCore/Framework/interface/MakerMacros.h" #include "CommonTools/UtilAlgos/interface/StringCutObjectSelector.h" #include "CommonTools/CandAlgos/interface/CandCombiner.h" typedef reco::modules::CandCombiner<StringCutObjectSelector<reco::Candidate, true> > CandViewCombiner; DEFINE_FWK_MODULE(CandViewCombiner);