/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Framework/interface/InputSourceMacros.h
12 строк
473 B
Chris Jones
Moved Source creation headers to interface
10 авг 2021, 17:13
10 авг 2021, 17:13
7c04d31
Код
Авторство
О чём код?
#ifndef FWCore_Framework_InputSourceMacros_h #define FWCore_Framework_InputSourceMacros_h #include "FWCore/Framework/interface/maker/InputSourceFactory.h" #include "FWCore/Framework/interface/InputSource.h" #include "FWCore/ParameterSet/interface/ParameterSetDescriptionFillerPluginFactory.h" #define DEFINE_FWK_INPUT_SOURCE(type) \ DEFINE_EDM_PLUGIN(edm::InputSourcePluginFactory, type, #type); \ DEFINE_FWK_PSET_DESC_FILLER(type) #endif