CMS 3D CMS Logo

ModuleChanger.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_ModuleChanger_h
2 #define FWCore_Framework_ModuleChanger_h
3 // -*- C++ -*-
4 //
5 // Package: Framework
6 // Class : ModuleChanger
7 //
17 //
18 // Original Author: Chris Jones
19 // Created: Thu Jul 15 15:05:17 EDT 2010
20 //
21 
22 // system include files
23 #include <string>
24 
25 // user include files
28 
29 // forward declarations
30 
31 namespace edm {
32  class ParameterSet;
33  class Schedule;
34  class ProductRegistry;
35 
36  class ModuleChanger {
37  public:
39  virtual ~ModuleChanger();
40 
41  // ---------- const member functions ---------------------
42 
43  // ---------- static member functions --------------------
44 
45  // ---------- member functions ---------------------------
46  bool changeModule(const std::string& iLabel, const ParameterSet& iPSet);
47 
48  private:
49  ModuleChanger(const ModuleChanger&) = delete; // stop default
50 
51  const ModuleChanger& operator=(const ModuleChanger&) = delete; // stop default
52 
53  // ---------- member data --------------------------------
57  };
58 } // namespace edm
59 #endif
ModuleChanger(Schedule *, ProductRegistry const *iReg, eventsetup::ESRecordsToProxyIndices)
virtual ~ModuleChanger()
const ModuleChanger & operator=(const ModuleChanger &)=delete
edm::propagate_const< Schedule * > schedule_
Definition: ModuleChanger.h:54
ProductRegistry const * registry_
Definition: ModuleChanger.h:55
bool changeModule(const std::string &iLabel, const ParameterSet &iPSet)
HLT enums.
eventsetup::ESRecordsToProxyIndices indices_
Definition: ModuleChanger.h:56