Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:12:08

0001 #ifndef FWCore_Framework_edmodule_mightGet_config_h
0002 #define FWCore_Framework_edmodule_mightGet_config_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     Framework
0006 // Class  :     edmodule_mightGet_config
0007 //
0008 /**\class edmodule_mightGet_config edmodule_mightGet_config.h FWCore/Framework/interface/edmodule_mightGet_config.h
0009 
0010  Description: Injects 'mightGet' PSet into all ed module configurations
0011 
0012  Usage:
0013 
0014 */
0015 //
0016 // Original Author:  Chris Jones
0017 //         Created:  Thu Feb  2 14:26:40 CST 2012
0018 //
0019 
0020 // system include files
0021 
0022 // user include files
0023 
0024 // forward declarations
0025 namespace edm {
0026   class ConfigurationDescriptions;
0027   void edmodule_mightGet_config(ConfigurationDescriptions&);
0028 }  // namespace edm
0029 #endif