#include <ModuleChanger.h>
Public Member Functions | |
bool | changeModule (const std::string &iLabel, const ParameterSet &iPSet) |
ModuleChanger (const ModuleChanger &)=delete | |
ModuleChanger (Schedule *, ProductRegistry const *iReg, eventsetup::ESRecordsToProxyIndices) | |
const ModuleChanger & | operator= (const ModuleChanger &)=delete |
virtual | ~ModuleChanger () |
Private Attributes | |
eventsetup::ESRecordsToProxyIndices | indices_ |
ProductRegistry const * | registry_ |
edm::propagate_const< Schedule * > | schedule_ |
Definition at line 36 of file ModuleChanger.h.
ModuleChanger::ModuleChanger | ( | Schedule * | iSchedule, |
ProductRegistry const * | iReg, | ||
eventsetup::ESRecordsToProxyIndices | iIndices | ||
) |
|
delete |
|
virtual |
Definition at line 41 of file ModuleChanger.cc.
bool ModuleChanger::changeModule | ( | const std::string & | iLabel, |
const ParameterSet & | iPSet | ||
) |
Definition at line 59 of file ModuleChanger.cc.
References indices_, registry_, and schedule_.
Referenced by FWFFLooper::endOfLoop().
|
delete |
|
private |
Definition at line 54 of file ModuleChanger.h.
Referenced by changeModule().
|
private |
Definition at line 53 of file ModuleChanger.h.
Referenced by changeModule().
|
private |
Definition at line 52 of file ModuleChanger.h.
Referenced by Config.Process::_insertPaths(), Config.Process::_replaceInSchedule(), changeModule(), Config.Process::dumpPython(), Config.Process::prune(), Config.Process::resolve(), and Config.Process::splitPython().