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) {
48 return itFound->second;
Worker * findWorker(std::string const &iLabel) const
const UnscheduledConfigurator & operator=(const UnscheduledConfigurator &)=delete
UnscheduledConfigurator(IT iBegin, IT iEnd, UnscheduledAuxiliary const *iAux)
std::vector< LinkConnSpec >::const_iterator IT
UnscheduledAuxiliary const * m_aux
std::unordered_map< std::string, Worker * > m_labelToWorker
UnscheduledAuxiliary const * auxiliary() const