![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "HLTPathStatus.h"
Public Member Functions | |
| ~HLTPathStatus () | |
| HLTPathStatus () | |
| HLTPathStatus (hlt::HLTState const state) | |
| HLTPathStatus (hlt::HLTState const state, std::size_t const index) | |
| hlt::HLTState | state () const |
| unsigned int | index () const |
| void | reset () |
| bool | wasrun () const |
| bool | accept () const |
| bool | error () const |
Private Attributes | |
| std::uint16_t | status_ {hlt::Ready} |
Definition at line 31 of file HLTPathStatus.h.
|
default |
|
default |
Referenced by HLTPathStatus().
|
explicit |
Definition at line 20 of file HLTPathStatus.cc.
References HLTPathStatus(), index(), art::hlt::N_STATES, state(), and status_.
|
explicit |
| bool art::HLTPathStatus::accept | ( | ) | const |
Definition at line 57 of file HLTPathStatus.cc.
References art::hlt::Pass, state(), and wasrun().
| bool art::HLTPathStatus::error | ( | ) | const |
Definition at line 63 of file HLTPathStatus.cc.
References art::hlt::Exception, and state().
| unsigned art::HLTPathStatus::index | ( | ) | const |
| void art::HLTPathStatus::reset | ( | ) |
| hlt::HLTState art::HLTPathStatus::state | ( | ) | const |
Definition at line 33 of file HLTPathStatus.cc.
References status_.
Referenced by accept(), error(), HLTPathStatus(), and wasrun().
| bool art::HLTPathStatus::wasrun | ( | ) | const |
Definition at line 51 of file HLTPathStatus.cc.
References art::hlt::Ready, and state().
Referenced by accept().
|
private |
Definition at line 58 of file HLTPathStatus.h.
Referenced by HLTPathStatus(), index(), reset(), and state().