#include <TriggerResults.h>
Public Member Functions | |
~TriggerResults () noexcept | |
TriggerResults () | |
TriggerResults (HLTGlobalStatus const &hlt, fhicl::ParameterSetID const &psetid) | |
fhicl::ParameterSetID const & | parameterSetID () const |
Public Member Functions inherited from art::HLTGlobalStatus | |
~HLTGlobalStatus () | |
HLTGlobalStatus (std::size_t n=0) | |
HLTGlobalStatus (HLTGlobalStatus const &) | |
HLTGlobalStatus (HLTGlobalStatus &&) | |
HLTGlobalStatus & | operator= (HLTGlobalStatus const &) |
HLTGlobalStatus & | operator= (HLTGlobalStatus &&) |
std::size_t | size () const |
void | reset () |
bool | wasrun () const |
bool | accept () const |
bool | error () const |
HLTPathStatus const & | at (unsigned const i) const |
HLTPathStatus & | at (unsigned const i) |
bool | wasrun (unsigned const i) const |
bool | accept (unsigned const i) const |
bool | error (unsigned const i) const |
hlt::HLTState | state (unsigned const i) const |
unsigned | index (unsigned const i) const |
void | reset (unsigned const i) |
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.
fhicl::ParameterSetID const & art::TriggerResults::parameterSetID | ( | ) | const |
Definition at line 19 of file TriggerResults.cc.
|
private |
Definition at line 34 of file TriggerResults.h.