/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/ReferenceTrajectories/interface/TrajectoryFactoryPlugin.h
14 строк
522 B
mmusich
code-checks and code-format
28 сен 2021, 10:16
28 сен 2021, 10:16
cd4c576
Код
Авторство
О чём код?
#ifndef Alignment_ReferenceTrajectories_TrajectoryFactoryPlugin_h #define Alignment_ReferenceTrajectories_TrajectoryFactoryPlugin_h #include "FWCore/PluginManager/interface/PluginFactory.h" #include "Alignment/ReferenceTrajectories/interface/TrajectoryFactoryBase.h" #include <string> /// A PluginFactory that produces factories that inherit from TrajectoryFactoryBase. typedef edmplugin::PluginFactory<TrajectoryFactoryBase *(const edm::ParameterSet &, edm::ConsumesCollector &)> TrajectoryFactoryPlugin; #endif