1 #ifndef FWCore_Framework_ScheduleInfo_h 2 #define FWCore_Framework_ScheduleInfo_h 48 void availablePaths(std::vector<std::string>& oLabelsToFill)
const;
void availableModuleLabels(std::vector< std::string > &oLabelsToFill) const
adds to oLabelsToFill the labels for all modules used in the process
ScheduleInfo(const Schedule *)
void modulesInPath(const std::string &iPathLabel, std::vector< std::string > &oLabelsToFill) const
add to oLabelsToFill in execution order the labels of all modules in path iPathLabel ...
const edm::ParameterSet * parametersForModule(const std::string &iLabel) const
void availablePaths(std::vector< std::string > &oLabelsToFill) const
adds to oLabelsToFill the labels for all paths in the process
const Schedule * schedule_