/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoLocalMuon/GEMRecHit/interface/GEMRecHitAlgoFactory.h
13 строк
569 B
Jason Lee
changed fillDescriptions to gemRecHitsDef
04 мар 2019, 22:07
04 мар 2019, 22:07
57bc142
Код
Авторство
О чём код?
#ifndef RecoLocalMuon_GEMRecHit_GEMRecHitAlgoFactory_H #define RecoLocalMuon_GEMRecHit_GEMRecHitAlgoFactory_H /** \class GEMRecHitAlgoFactory * Factory of seal plugins for 1D RecHit reconstruction algorithms. * The plugins are concrete implementations of GEMRecHitBaseAlgo base class. * * \author G. Cerminara - INFN Torino */ #include "FWCore/PluginManager/interface/PluginFactory.h" #include "RecoLocalMuon/GEMRecHit/interface/GEMRecHitBaseAlgo.h" typedef edmplugin::PluginFactory<GEMRecHitBaseAlgo *(const edm::ParameterSet &)> GEMRecHitAlgoFactory; #endif