CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: ModuleChanger.h,v 1.1 2010/07/22 15:00:27 chrjones Exp $
21 //
22 
23 // system include files
24 #include <string>
25 
26 // user include files
27 
28 // forward declarations
29 
30 namespace edm {
31  class ParameterSet;
32  class Schedule;
33 
34  class ModuleChanger {
35 
36  public:
38  virtual ~ModuleChanger();
39 
40  // ---------- const member functions ---------------------
41  bool changeModule(const std::string& iLabel,
42  const ParameterSet& iPSet) const;
43 
44  // ---------- static member functions --------------------
45 
46  // ---------- member functions ---------------------------
47 
48  private:
49  ModuleChanger(const ModuleChanger&); // stop default
50 
51  const ModuleChanger& operator=(const ModuleChanger&); // stop default
52 
53  // ---------- member data --------------------------------
55  };
56 }
57 #endif
const ModuleChanger & operator=(const ModuleChanger &)
ModuleChanger(Schedule *)
virtual ~ModuleChanger()
bool changeModule(const std::string &iLabel, const ParameterSet &iPSet) const
Schedule * schedule_
Definition: ModuleChanger.h:54