/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/ServiceRegistry/interface/SaveConfiguration.h
34 строки
820 B
W. David Dagenhart
Changes from scram build code-format-all
03 май 2019, 18:48
03 май 2019, 18:48
22c28dc
Код
Авторство
О чём код?
#ifndef FWCore_ServiceRegistry_SaveConfiguration_h #define FWCore_ServiceRegistry_SaveConfiguration_h // -*- C++ -*- // // Package: ServiceRegistry // Class : SaveConfiguration // /**\class SaveConfiguration SaveConfiguration.h FWCore/ServiceRegistry/interface/SaveConfiguration.h Description: 'Concept' class used to decide if a Service's parameters should be saved Usage: Inherit from this class if and only if you wish your Service's parameters to be stored to the EDM ROOT files provenance. */ // // Original Author: Chris Jones // Created: Fri Mar 12 14:55:07 CST 2010 // // system include files // user include files // forward declarations namespace edm { namespace serviceregistry { class SaveConfiguration {}; } // namespace serviceregistry } // namespace edm #endif