#include <HLTGlobalStatus.h>
Definition at line 13 of file HLTGlobalStatus.h.
art::HLTGlobalStatus::~HLTGlobalStatus |
( |
| ) |
|
|
default |
art::HLTGlobalStatus::HLTGlobalStatus |
( |
std::size_t |
n = 0 | ) |
|
|
explicit |
bool art::HLTGlobalStatus::accept |
( |
| ) |
const |
Definition at line 51 of file HLTGlobalStatus.cc.
57 bool at_least_one_ran =
false;
58 bool at_least_one_accepted =
false;
60 for (
auto const& path_status :
paths_) {
61 auto const s(path_status.state());
63 at_least_one_ran =
true;
65 at_least_one_accepted =
true;
70 if (!at_least_one_ran) {
73 return at_least_one_accepted;
std::vector< HLTPathStatus > paths_
decltype(auto) constexpr empty(T &&obj)
ADL-aware version of std::empty.
bool art::HLTGlobalStatus::accept |
( |
unsigned const |
i | ) |
const |
HLTPathStatus const & art::HLTGlobalStatus::at |
( |
unsigned const |
i | ) |
const |
bool art::HLTGlobalStatus::error |
( |
| ) |
const |
Definition at line 77 of file HLTGlobalStatus.cc.
end
while True: pbar.update(maxval-len(onlies[E][S])) #print iS, "/", len(onlies[E][S]) found = False for...
std::vector< HLTPathStatus > paths_
decltype(auto) constexpr begin(T &&obj)
ADL-aware version of std::begin.
bool art::HLTGlobalStatus::error |
( |
unsigned const |
i | ) |
const |
unsigned art::HLTGlobalStatus::index |
( |
unsigned const |
i | ) |
const |
void art::HLTGlobalStatus::reset |
( |
| ) |
|
Definition at line 35 of file HLTGlobalStatus.cc.
end
while True: pbar.update(maxval-len(onlies[E][S])) #print iS, "/", len(onlies[E][S]) found = False for...
std::vector< HLTPathStatus > paths_
decltype(auto) constexpr begin(T &&obj)
ADL-aware version of std::begin.
void art::HLTGlobalStatus::reset |
( |
unsigned const |
i | ) |
|
Definition at line 127 of file HLTGlobalStatus.cc.
130 atomic_thread_fence(memory_order_seq_cst);
std::vector< HLTPathStatus > paths_
std::size_t art::HLTGlobalStatus::size |
( |
| ) |
const |
hlt::HLTState art::HLTGlobalStatus::state |
( |
unsigned const |
i | ) |
const |
bool art::HLTGlobalStatus::wasrun |
( |
| ) |
const |
Definition at line 43 of file HLTGlobalStatus.cc.
end
while True: pbar.update(maxval-len(onlies[E][S])) #print iS, "/", len(onlies[E][S]) found = False for...
std::vector< HLTPathStatus > paths_
decltype(auto) constexpr begin(T &&obj)
ADL-aware version of std::begin.
bool art::HLTGlobalStatus::wasrun |
( |
unsigned const |
i | ) |
const |
The documentation for this class was generated from the following files: