1 #ifndef FWCore_Framework_GlobalSchedule_h 2 #define FWCore_Framework_GlobalSchedule_h 31 #include "boost/range/adaptor/reversed.hpp" 38 class GlobalScheduleSignalSentry {
40 GlobalScheduleSignalSentry(
ActivityRegistry*
a,
typename T::Context
const* context) :
41 a_(a), context_(context),
43 if (a_) T::preScheduleSignal(a_, context_);
47 if (a_) T::postScheduleSignal(a_, context_);
49 if(allowThrow_) {
throw;}
60 typename T::Context
const* context_;
67 class ExceptionCollector;
69 class PreallocationConfiguration;
71 class TriggerResultInserter;
72 class PathStatusInserter;
73 class EndPathStatusInserter;
84 std::vector<
edm::propagate_const<std::shared_ptr<EndPathStatusInserter>>>& endPathStatusInserters,
85 std::shared_ptr<ModuleRegistry> modReg,
86 std::vector<std::string>
const& modulesToUse,
91 std::shared_ptr<ActivityRegistry> areg,
92 std::shared_ptr<ProcessConfiguration> processConfiguration,
100 bool cleaningUpAfterException =
false);
111 std::vector<ModuleDescription const*> getAllModuleDescriptions()
const;
118 bool terminate()
const;
125 return workerManager_.allWorkers();
154 return workerManager_.actionTable();
157 void addToAllWorkers(
Worker*
w);
169 template <
typename T>
172 typename T::MyPrincipal& ep,
174 bool cleaningUpAfterException) {
178 auto globalContext = std::make_shared<GlobalContext>(T::makeGlobalContext(ep, processContext_));
181 T::preScheduleSignal(actReg_.get(), globalContext.get());
188 ep.resetFailedFromThisProcess();
192 [
this,iHolder, cleaningUpAfterException, globalContext, token](std::exception_ptr
const* iPtr)
mutable 195 std::exception_ptr excpt;
201 std::rethrow_exception(excpt);
205 std::ostringstream ost;
207 ost<<
"Processing "<<T::transitionName()<<
" ";
210 excpt = std::current_exception();
218 T::postScheduleSignal(actReg_.get(), globalContext.get());
221 excpt = std::current_exception();
228 workerManager_.resetAll();
233 workerManager_.setupOnDemandSystem(ep,es);
std::vector< std::string > vstring
edm::propagate_const< WorkerPtr > results_inserter_
std::vector< edm::propagate_const< WorkerPtr > > endPathStatusInserterWorkers_
roAction_t actions[nactions]
std::vector< Worker * > AllWorkers
void addContextAndPrintException(char const *context, cms::Exception &ex, bool disablePrint)
edm::ActivityRegistry * reg_
static StreamID invalidStreamID()
ServiceToken presentToken() const
void processOneGlobalAsync(WaitingTaskHolder holder, typename T::MyPrincipal &principal, EventSetup const &eventSetup, bool cleaningUpAfterException=false)
void doneWaiting(std::exception_ptr iExcept)
std::vector< Worker * > Workers
AllWorkers const & allWorkers() const
returns the collection of pointers to workers
std::list< std::string > const & context() const
static ServiceRegistry & instance()
std::shared_ptr< Worker > WorkerPtr
std::shared_ptr< ActivityRegistry > actReg_
~SendTerminationSignalIfException()
FunctorWaitingTask< F > * make_waiting_task(ALLOC &&iAlloc, F f)
SendTerminationSignalIfException(edm::ActivityRegistry *iReg, edm::GlobalContext const *iContext)
ExceptionToActionTable const & actionTable() const
returns the action table
GlobalContext const * context_
std::vector< edm::propagate_const< WorkerPtr > > pathStatusInserterWorkers_
auto wrap(F iFunc) -> decltype(iFunc())
ProcessContext const * processContext_
WorkerManager workerManager_
void completedSuccessfully()