![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "TriggerResults.h"
Public Member Functions | |
| ~TriggerResults () noexcept | |
| TriggerResults () | |
| TriggerResults (HLTGlobalStatus const &hlt, fhicl::ParameterSetID const &psetid) | |
| fhicl::ParameterSetID const & | parameterSetID () const |
| std::size_t | size () const |
| void | reset () |
| void | reset (unsigned const i) |
| bool | wasrun () const |
| bool | wasrun (unsigned const i) const |
| bool | accept () const |
| bool | accept (unsigned const i) const |
| bool | error () const |
| bool | error (unsigned const i) const |
| HLTPathStatus const & | at (unsigned const i) const |
| HLTPathStatus & | at (unsigned const i) |
| hlt::HLTState | state (unsigned const i) const |
| unsigned | index (unsigned const i) const |
Private Attributes | |
| fhicl::ParameterSetID | psetid_ {} |
Definition at line 22 of file TriggerResults.h.
|
defaultnoexcept |
|
default |
| art::TriggerResults::TriggerResults | ( | HLTGlobalStatus const & | hlt, |
| fhicl::ParameterSetID const & | psetid | ||
| ) |
Definition at line 13 of file TriggerResults.cc.
|
inherited |
Definition at line 51 of file HLTGlobalStatus.cc.
References util::empty(), art::hlt::Pass, art::HLTGlobalStatus::paths_, and art::hlt::Ready.
Referenced by art::TriggerPathsExecutor::process_event_paths_done().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Definition at line 77 of file HLTGlobalStatus.cc.
References util::begin(), util::end(), art::hlt::Exception, and art::HLTGlobalStatus::paths_.
Referenced by art::EventSelector::selectionDecision().
|
inherited |
|
inherited |
| fhicl::ParameterSetID const & art::TriggerResults::parameterSetID | ( | ) | const |
Definition at line 19 of file TriggerResults.cc.
Referenced by art::EventSelector::acceptEvent(), and art::EventSelector::data_for().
|
inherited |
Definition at line 35 of file HLTGlobalStatus.cc.
References util::begin(), util::end(), and art::HLTGlobalStatus::paths_.
|
inherited |
|
inherited |
Definition at line 29 of file HLTGlobalStatus.cc.
References art::HLTGlobalStatus::paths_.
Referenced by art::EventSelector::data_for(), and art::operator<<().
|
inherited |
Definition at line 115 of file HLTGlobalStatus.cc.
References art::HLTGlobalStatus::paths_.
Referenced by art::operator<<().
|
inherited |
Definition at line 43 of file HLTGlobalStatus.cc.
References util::begin(), util::end(), art::HLTGlobalStatus::paths_, and art::hlt::Ready.
|
inherited |
|
private |
Definition at line 34 of file TriggerResults.h.