LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "History.h"
Public Types | |
typedef std::size_t | size_type |
Public Member Functions | |
size_type | size () const |
void | addEventSelectionEntry (EventSelectionID const &eventSelection) |
void | addBranchListIndexEntry (BranchListIndex const &branchListIndex) |
EventSelectionID const & | getEventSelectionID (size_type i) const |
EventSelectionIDVector const & | eventSelectionIDs () const |
ProcessHistoryID const & | processHistoryID () const |
void | setProcessHistoryID (ProcessHistoryID const &phid) const |
BranchListIndexes const & | branchListIndexes () const |
BranchListIndexes & | branchListIndexes () |
Private Attributes | |
EventSelectionIDVector | eventSelections_ |
BranchListIndexes | branchListIndexes_ |
ProcessHistoryID | processHistoryID_ |
typedef std::size_t art::History::size_type |
void art::History::addBranchListIndexEntry | ( | BranchListIndex const & | branchListIndex | ) |
void art::History::addEventSelectionEntry | ( | EventSelectionID const & | eventSelection | ) |
Definition at line 12 of file History.cc.
References eventSelections_.
Referenced by art::RootOutputFile::writeOne().
|
inline |
|
inline |
EventSelectionIDVector const & art::History::eventSelectionIDs | ( | ) | const |
EventSelectionID const & art::History::getEventSelectionID | ( | History::size_type | i | ) | const |
|
inline |
Definition at line 42 of file History.h.
References processHistoryID_.
Referenced by art::Event::processHistoryID(), and art::EventPrincipal::processHistoryID().
|
inline |
Definition at line 48 of file History.h.
References processHistoryID_.
Referenced by art::EventPrincipal::setProcessHistoryID().
History::size_type art::History::size | ( | void | ) | const |
|
private |
Definition at line 74 of file History.h.
Referenced by addBranchListIndexEntry(), and branchListIndexes().
|
private |
Definition at line 72 of file History.h.
Referenced by addEventSelectionEntry(), eventSelectionIDs(), getEventSelectionID(), and size().
|
mutableprivate |
Definition at line 76 of file History.h.
Referenced by processHistoryID(), and setProcessHistoryID().