/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Integration/plugins/ValueExamplePlugin.cc
19 строк
456 B
Chris Jones
Moved plugins to FWCore/Integration/plugins
10 янв 2023, 17:49
10 янв 2023, 17:49
974ebbd
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: test // Class : ValueExample // // Implementation: // <Notes on implementation> // // Original Author: Chris Jones // Created: Mon Sep 5 19:52:01 EDT 2005 // // system include files // user include files #include "ValueExample.h" #include "FWCore/ServiceRegistry/interface/ServiceMaker.h" using namespace edm::serviceregistry; DEFINE_FWK_SERVICE_MAKER(ValueExample, ParameterSetMaker<ValueExample>);