LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ClosedRangeSetHandler.h"
Public Member Functions | |
~EventInfo () noexcept | |
EventInfo () noexcept | |
EventInfo (EventInfo const &) noexcept | |
EventInfo (EventInfo &&) noexcept | |
ClosedRangeSetHandler::EventInfo & | operator= (EventInfo const &) noexcept |
ClosedRangeSetHandler::EventInfo & | operator= (EventInfo &&) noexcept |
EventID const & | id () const |
bool | lastInSubRun () const |
void | set (EventID const &eid, bool const last) |
Private Attributes | |
EventID | id_ {EventID::invalidEvent()} |
bool | lastInSubRun_ {false} |
Definition at line 47 of file ClosedRangeSetHandler.h.
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
EventID const & art::ClosedRangeSetHandler::EventInfo::id | ( | ) | const |
Definition at line 34 of file ClosedRangeSetHandler.cc.
Referenced by art::ClosedRangeSetHandler::do_maybeSplitRange(), and art::EventProcessor::setSubRunAuxiliaryRangeSetID().
bool art::ClosedRangeSetHandler::EventInfo::lastInSubRun | ( | ) | const |
Definition at line 40 of file ClosedRangeSetHandler.cc.
References lastInSubRun_.
Referenced by art::ClosedRangeSetHandler::do_maybeSplitRange().
|
defaultnoexcept |
|
defaultnoexcept |
void art::ClosedRangeSetHandler::EventInfo::set | ( | EventID const & | eid, |
bool const | last | ||
) |
Definition at line 46 of file ClosedRangeSetHandler.cc.
References id_, lastInSubRun_, and art::ClosedRangeSetHandler::~ClosedRangeSetHandler().
Referenced by art::ClosedRangeSetHandler::do_update().
|
private |
Definition at line 63 of file ClosedRangeSetHandler.h.
Referenced by set().
|
private |
Definition at line 64 of file ClosedRangeSetHandler.h.
Referenced by lastInSubRun(), and set().