#include <WorkerInPath.h>
Classes | |
struct | ConfigInfo |
class | WorkerInPathDoneTask |
Public Member Functions | |
WorkerInPath (cet::exempt_ptr< Worker >, detail::FilterAction, ModuleContext const &, GlobalTaskGroup &group) | |
Worker * | getWorker () const |
detail::FilterAction | filterAction () const |
bool | returnCode () const |
std::string const & | label () const |
bool | run (Transition, Principal &) |
void | run (hep::concurrency::WaitingTaskPtr workerDoneTask, EventPrincipal &) |
void | clearCounters () |
std::size_t | timesVisited () const |
std::size_t | timesPassed () const |
std::size_t | timesFailed () const |
std::size_t | timesExcept () const |
Private Attributes | |
cet::exempt_ptr< Worker > | worker_ |
detail::FilterAction | filterAction_ |
ModuleContext | moduleContext_ |
GlobalTaskGroup * | taskGroup_ |
bool | returnCode_ {false} |
std::size_t | counts_visited_ {} |
std::size_t | counts_passed_ {} |
std::size_t | counts_failed_ {} |
std::size_t | counts_thrown_ {} |
Definition at line 32 of file WorkerInPath.h.
art::WorkerInPath::WorkerInPath | ( | cet::exempt_ptr< Worker > | w, |
detail::FilterAction | fa, | ||
ModuleContext const & | mc, | ||
GlobalTaskGroup & | group | ||
) |
Definition at line 17 of file WorkerInPath.cc.
void art::WorkerInPath::clearCounters | ( | ) |
detail::FilterAction art::WorkerInPath::filterAction | ( | ) | const |
Definition at line 31 of file WorkerInPath.cc.
Worker * art::WorkerInPath::getWorker | ( | ) | const |
Definition at line 25 of file WorkerInPath.cc.
string const & art::WorkerInPath::label | ( | ) | const |
Definition at line 44 of file WorkerInPath.cc.
bool art::WorkerInPath::returnCode | ( | ) | const |
Definition at line 38 of file WorkerInPath.cc.
bool art::WorkerInPath::run | ( | Transition | trans, |
Principal & | principal | ||
) |
Definition at line 78 of file WorkerInPath.cc.
void art::WorkerInPath::run | ( | hep::concurrency::WaitingTaskPtr | workerDoneTask, |
EventPrincipal & | |||
) |
size_t art::WorkerInPath::timesExcept | ( | ) | const |
Definition at line 72 of file WorkerInPath.cc.
size_t art::WorkerInPath::timesFailed | ( | ) | const |
Definition at line 65 of file WorkerInPath.cc.
size_t art::WorkerInPath::timesPassed | ( | ) | const |
Definition at line 58 of file WorkerInPath.cc.
size_t art::WorkerInPath::timesVisited | ( | ) | const |
Definition at line 51 of file WorkerInPath.cc.
|
private |
Definition at line 80 of file WorkerInPath.h.
|
private |
Definition at line 79 of file WorkerInPath.h.
|
private |
Definition at line 81 of file WorkerInPath.h.
|
private |
Definition at line 78 of file WorkerInPath.h.
|
private |
Definition at line 70 of file WorkerInPath.h.
|
private |
Definition at line 71 of file WorkerInPath.h.
|
private |
Definition at line 75 of file WorkerInPath.h.
|
private |
Definition at line 72 of file WorkerInPath.h.
|
private |
Definition at line 67 of file WorkerInPath.h.