/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h
19 строк
745 B
Bugra
code-format and code-checks
27 окт 2021, 11:56
27 окт 2021, 11:56
4f63670
Код
Авторство
О чём код?
#ifndef Alignment_CommonAlignmentAlgorithm_IntegratedCalibrationPluginFactory_h #define Alignment_CommonAlignmentAlgorithm_IntegratedCalibrationPluginFactory_h /// \class IntegratedCalibrationPluginfactory /// Plugin factory for calibrations integrated into the alignment framework /// /// \author G. Flucke - DESY /// date: July 2012 /// $Revision: 1.35 $ /// $Date: 2011/09/06 13:46:07 $ /// (last update by $Author: mussgill $) #include "FWCore/PluginManager/interface/PluginFactory.h" #include "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h" typedef edmplugin::PluginFactory<IntegratedCalibrationBase *(const edm::ParameterSet &, edm::ConsumesCollector &)> IntegratedCalibrationPluginFactory; #endif