1 #ifndef FWCore_Framework_UnscheduledConfigurator_h 2 #define FWCore_Framework_UnscheduledConfigurator_h 22 #include <unordered_map> 34 template <
typename IT>
36 for (
auto it = iBegin; it != iEnd; ++it) {
45 return itFound->second;
const UnscheduledConfigurator & operator=(const UnscheduledConfigurator &)=delete
UnscheduledConfigurator(IT iBegin, IT iEnd, UnscheduledAuxiliary const *iAux)
std::vector< LinkConnSpec >::const_iterator IT
UnscheduledAuxiliary const * m_aux
UnscheduledAuxiliary const * auxiliary() const
Worker * findWorker(std::string const &iLabel) const
std::unordered_map< std::string, Worker * > m_labelToWorker