#include <History.h>
Public Types | |
using | size_type = std::size_t |
Public Member Functions | |
size_type | size () const noexcept |
void | addEventSelectionEntry (EventSelectionID const &eventSelection) |
EventSelectionID const & | getEventSelectionID (size_type i) const noexcept |
EventSelectionIDVector const & | eventSelectionIDs () const noexcept |
ProcessHistoryID const & | processHistoryID () const noexcept |
void | setProcessHistoryID (ProcessHistoryID const &phid) |
Private Attributes | |
EventSelectionIDVector | eventSelections_ |
ProcessHistoryID | processHistoryID_ |
using art::History::size_type = std::size_t |
void art::History::addEventSelectionEntry | ( | EventSelectionID const & | eventSelection | ) |
Definition at line 13 of file History.cc.
|
noexcept |
Definition at line 25 of file History.cc.
|
noexcept |
Definition at line 19 of file History.cc.
|
noexcept |
Definition at line 31 of file History.cc.
void art::History::setProcessHistoryID | ( | ProcessHistoryID const & | phid | ) |
Definition at line 37 of file History.cc.
|
noexcept |
Definition at line 7 of file History.cc.
|
private |
|
mutableprivate |