LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "HLTGlobalStatus.h"
Public Member Functions | |
HLTGlobalStatus ()=default | |
HLTGlobalStatus (std::size_t const n) | |
std::size_t | size () const |
void | reset () |
bool | wasrun () const |
bool | accept () const |
bool | error () const |
HLTPathStatus const & | at (std::size_t const i) const |
HLTPathStatus & | at (std::size_t const i) |
HLTPathStatus const & | operator[] (std::size_t const i) const |
HLTPathStatus & | operator[] (std::size_t const i) |
bool | wasrun (std::size_t const i) const |
bool | accept (std::size_t const i) const |
bool | error (std::size_t const i) const |
hlt::HLTState | state (std::size_t const i) const |
std::size_t | index (std::size_t const i) const |
void | reset (std::size_t const i) |
void | swap (HLTGlobalStatus &other) |
HLTGlobalStatus & | operator= (HLTGlobalStatus const &rhs) |
Private Member Functions | |
bool | state_on_demand (std::size_t const icase) const |
Private Attributes | |
std::vector< HLTPathStatus > | paths_ {} |
The HLT global status, summarising the status of the individual HLT triggers, is implemented as a vector of HLTPathStatus objects.
If the user wants map-like indexing of HLT triggers through their names as key, s/he must use the TriggerNamesService.
Definition at line 25 of file HLTGlobalStatus.h.
|
default |
|
inlineexplicit |
Definition at line 32 of file HLTGlobalStatus.h.
|
inline |
Definition at line 59 of file HLTGlobalStatus.h.
References state_on_demand().
Referenced by art::Schedule::runTriggerPaths_().
|
inline |
Definition at line 97 of file HLTGlobalStatus.h.
References art::HLTPathStatus::accept(), and at().
|
inline |
|
inline |
|
inline |
Definition at line 65 of file HLTGlobalStatus.h.
References state_on_demand().
|
inline |
Definition at line 103 of file HLTGlobalStatus.h.
References at(), and art::HLTPathStatus::error().
|
inline |
Definition at line 116 of file HLTGlobalStatus.h.
References at(), and art::HLTPathStatus::index().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 43 of file HLTGlobalStatus.h.
References paths_.
Referenced by art::Schedule::process().
|
inline |
Definition at line 122 of file HLTGlobalStatus.h.
References at(), and art::HLTPathStatus::reset().
|
inline |
Definition at line 36 of file HLTGlobalStatus.h.
References paths_.
Referenced by art::EventSelector::containsExceptions(), art::TriggerNamesService::getTrigPaths(), art::EventSelector::maskTriggerResults(), art::operator<<(), and state_on_demand().
|
inline |
Definition at line 110 of file HLTGlobalStatus.h.
References at(), and art::HLTPathStatus::state().
Referenced by art::EventSelector::acceptAllBits(), art::EventSelector::acceptOneBit(), art::EventSelector::maskTriggerResults(), art::operator<<(), and state_on_demand().
|
inlineprivate |
Definition at line 145 of file HLTGlobalStatus.h.
References art::hlt::Exception, n, art::hlt::Pass, paths_, art::hlt::Ready, s, size(), and state().
Referenced by accept(), error(), and wasrun().
|
inline |
Definition at line 128 of file HLTGlobalStatus.h.
References paths_.
Referenced by operator=(), art::TriggerResults::swap(), art::swap(), and std::swap().
|
inline |
Definition at line 52 of file HLTGlobalStatus.h.
References state_on_demand().
|
inline |
Definition at line 91 of file HLTGlobalStatus.h.
References at(), and art::HLTPathStatus::wasrun().
|
private |
Definition at line 27 of file HLTGlobalStatus.h.
Referenced by at(), operator[](), reset(), size(), state_on_demand(), and swap().