LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "TriggerResults.h"
Public Member Functions | |
TriggerResults ()=default | |
TriggerResults (HLTGlobalStatus const &hlt, fhicl::ParameterSetID const &psetid) | |
fhicl::ParameterSetID const & | parameterSetID () const |
void | swap (TriggerResults &other) |
TriggerResults & | operator= (TriggerResults const &rhs) |
std::size_t | size () const |
void | reset () |
void | reset (std::size_t const i) |
bool | wasrun () const |
bool | wasrun (std::size_t const i) const |
bool | accept () const |
bool | accept (std::size_t const i) const |
bool | error () const |
bool | error (std::size_t const i) 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) |
hlt::HLTState | state (std::size_t const i) const |
std::size_t | index (std::size_t const i) const |
void | swap (HLTGlobalStatus &other) |
Private Attributes | |
fhicl::ParameterSetID | psetid_ {} |
Definition at line 27 of file TriggerResults.h.
|
default |
|
inline |
|
inlineinherited |
Definition at line 59 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::state_on_demand().
Referenced by art::Schedule::runTriggerPaths_().
|
inlineinherited |
Definition at line 97 of file HLTGlobalStatus.h.
References art::HLTPathStatus::accept(), and art::HLTGlobalStatus::at().
|
inlineinherited |
Definition at line 73 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::paths_.
Referenced by art::HLTGlobalStatus::accept(), art::HLTGlobalStatus::error(), art::HLTGlobalStatus::index(), art::HLTGlobalStatus::reset(), art::HLTGlobalStatus::state(), and art::HLTGlobalStatus::wasrun().
|
inlineinherited |
|
inlineinherited |
Definition at line 65 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::state_on_demand().
|
inlineinherited |
Definition at line 103 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::at(), and art::HLTPathStatus::error().
|
inlineinherited |
Definition at line 116 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::at(), and art::HLTPathStatus::index().
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
Definition at line 43 of file TriggerResults.h.
References psetid_.
Referenced by art::EventSelector::acceptEvent(), art::TriggerNamesService::getTrigPaths(), and art::EventSelector::maskTriggerResults().
|
inlineinherited |
Definition at line 43 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::paths_.
Referenced by art::Schedule::process().
|
inlineinherited |
Definition at line 122 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::at(), and art::HLTPathStatus::reset().
|
inlineinherited |
Definition at line 36 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::paths_.
Referenced by art::EventSelector::containsExceptions(), art::TriggerNamesService::getTrigPaths(), art::EventSelector::maskTriggerResults(), art::operator<<(), and art::HLTGlobalStatus::state_on_demand().
|
inlineinherited |
Definition at line 110 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::at(), and art::HLTPathStatus::state().
Referenced by art::EventSelector::acceptAllBits(), art::EventSelector::acceptOneBit(), art::EventSelector::maskTriggerResults(), art::operator<<(), and art::HLTGlobalStatus::state_on_demand().
|
inline |
Definition at line 50 of file TriggerResults.h.
References psetid_, fhicl::ParameterSetID::swap(), and art::HLTGlobalStatus::swap().
Referenced by operator=(), and art::swap().
|
inlineinherited |
Definition at line 128 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::paths_.
Referenced by art::HLTGlobalStatus::operator=(), swap(), art::swap(), and std::swap().
|
inlineinherited |
Definition at line 52 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::state_on_demand().
|
inlineinherited |
Definition at line 91 of file HLTGlobalStatus.h.
References art::HLTGlobalStatus::at(), and art::HLTPathStatus::wasrun().
|
private |
Definition at line 30 of file TriggerResults.h.
Referenced by parameterSetID(), swap(), and TriggerResults().