/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWStorage/StorageFactory/interface/StorageMakerFactory.h
10 строк
357 B
Chris Jones
Move Utilities/StorageFactory to FWStorage/StorageFactory
10 дек 2025, 18:12
10 дек 2025, 18:12
852ff34
Код
Авторство
О чём код?
#ifndef STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H #define STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H #include "FWCore/PluginManager/interface/PluginFactory.h" namespace edm::storage { class StorageMaker; typedef edmplugin::PluginFactory<StorageMaker *()> StorageMakerFactory; } // namespace edm::storage #endif // STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H