/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/Muons/plugins/SealModules.cc
9 строк
540 B
Cms Build
Clang-Format
24 май 2019, 00:14
24 май 2019, 00:14
740c44a
Код
Авторство
О чём код?
#include "FWCore/Framework/interface/MakerMacros.h" #include "FastSimulation/Muons/plugins/FastTSGFromL2Muon.h" #include "FastSimulation/Muons/plugins/FastTSGFromPropagation.h" #include "FastSimulation/Muons/plugins/FastTSGFromIOHit.h" #include "RecoMuon/TrackerSeedGenerator/interface/TrackerSeedGeneratorFactory.h" DEFINE_FWK_MODULE(FastTSGFromL2Muon); DEFINE_EDM_PLUGIN(TrackerSeedGeneratorFactory, FastTSGFromPropagation, "FastTSGFromPropagation"); DEFINE_EDM_PLUGIN(TrackerSeedGeneratorFactory, FastTSGFromIOHit, "FastTSGFromIOHit");