#include <Path.h>
Classes | |
class | WorkerDoneTask |
Public Member Functions | |
Path (ActionTable const &, ActivityRegistry const &, PathContext const &, std::vector< WorkerInPath > &&, HLTGlobalStatus *, GlobalTaskGroup &) noexcept | |
ScheduleID | scheduleID () const |
PathSpec const & | pathSpec () const |
PathID | pathID () const |
std::string const & | name () const |
std::vector< WorkerInPath > const & | workersInPath () const |
hlt::HLTState | state () const |
std::size_t | timesRun () const |
std::size_t | timesPassed () const |
std::size_t | timesFailed () const |
std::size_t | timesExcept () const |
void | clearCounters () |
void | process (Transition, Principal &) |
void | process (hep::concurrency::WaitingTaskPtr pathsDoneTask, EventPrincipal &) |
Private Member Functions | |
void | runWorkerTask (size_t idx, size_t max_idx, EventPrincipal &, hep::concurrency::WaitingTaskPtr pathsDone) |
void | process_event_idx_asynch (size_t idx, size_t max_idx, EventPrincipal &, hep::concurrency::WaitingTaskPtr pathsDone) |
void | process_event_idx (size_t const idx, size_t const max_idx, EventPrincipal &, hep::concurrency::WaitingTaskPtr pathsDone) |
void | process_event_workerFinished (size_t const idx, size_t const max_idx, EventPrincipal &ep, bool should_continue, hep::concurrency::WaitingTaskPtr pathsDone) |
void | process_event_pathFinished (size_t const idx, bool should_continue, hep::concurrency::WaitingTaskPtr pathsDone) |
Private Attributes | |
ActionTable const & | actionTable_ |
ActivityRegistry const & | actReg_ |
PathContext const | pc_ |
size_t const | pathPosition_ |
std::vector< WorkerInPath > | workers_ |
cet::exempt_ptr< HLTGlobalStatus > | trptr_ |
GlobalTaskGroup & | taskGroup_ |
hlt::HLTState | state_ {hlt::Ready} |
std::size_t | timesRun_ {} |
std::size_t | timesPassed_ {} |
std::size_t | timesFailed_ {} |
std::size_t | timesExcept_ {} |
|
noexcept |
void art::Path::clearCounters | ( | ) |
void art::Path::process | ( | Transition | trans, |
Principal & | principal | ||
) |
Definition at line 114 of file Path.cc.
void art::Path::process | ( | hep::concurrency::WaitingTaskPtr | pathsDoneTask, |
EventPrincipal & | |||
) |
|
private |
|
private |
Definition at line 233 of file Path.cc.
|
private |
Definition at line 375 of file Path.cc.
|
private |
Definition at line 348 of file Path.cc.
|
private |
Definition at line 211 of file Path.cc.
ScheduleID art::Path::scheduleID | ( | ) | const |
hlt::HLTState art::Path::state | ( | ) | const |
size_t art::Path::timesRun | ( | ) | const |
vector< WorkerInPath > const & art::Path::workersInPath | ( | ) | const |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |