Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:02

0001 #ifndef FWCore_ServiceRegistry_SaveConfiguration_h
0002 #define FWCore_ServiceRegistry_SaveConfiguration_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     ServiceRegistry
0006 // Class  :     SaveConfiguration
0007 //
0008 /**\class SaveConfiguration SaveConfiguration.h FWCore/ServiceRegistry/interface/SaveConfiguration.h
0009 
0010  Description: 'Concept' class used to decide if a Service's parameters should be saved
0011 
0012  Usage:
0013     Inherit from this class if and only if you wish your Service's parameters to be stored to the
0014  EDM ROOT files provenance.
0015 
0016 */
0017 //
0018 // Original Author:  Chris Jones
0019 //         Created:  Fri Mar 12 14:55:07 CST 2010
0020 //
0021 
0022 // system include files
0023 
0024 // user include files
0025 
0026 // forward declarations
0027 
0028 namespace edm {
0029   namespace serviceregistry {
0030     class SaveConfiguration {};
0031   }  // namespace serviceregistry
0032 }  // namespace edm
0033 
0034 #endif