#include <History.h>
Public Types | |
typedef std::size_t | size_type |
Public Member Functions | |
void | addBranchListIndexEntry (BranchListIndex const &branchListIndex) |
void | addEventSelectionEntry (EventSelectionID const &eventSelection) |
BranchListIndexes const & | branchListIndexes () const |
BranchListIndexes & | branchListIndexes () |
EventSelectionIDVector const & | eventSelectionIDs () const |
EventSelectionIDVector & | eventSelectionIDs () |
EventSelectionID const & | getEventSelectionID (size_type i) const |
ProcessHistoryID const & | processHistoryID () const |
void | setProcessHistoryID (ProcessHistoryID const &phid) |
size_type | size () const |
Private Attributes | |
BranchListIndexes | branchListIndexes_ |
EventSelectionIDVector | eventSelections_ |
ProcessHistoryID | processHistoryID_ |
typedef std::size_t edm::History::size_type |
void edm::History::addBranchListIndexEntry | ( | BranchListIndex const & | branchListIndex | ) |
void edm::History::addEventSelectionEntry | ( | EventSelectionID const & | eventSelection | ) |
|
inline |
Definition at line 50 of file History.h.
References branchListIndexes_.
Referenced by fwlite::internal::BranchMapReaderStrategyV11::branchListIndexes(), and fwlite::internal::BranchMapReaderStrategyV11::productToBranchID().
|
inline |
|
inline |
Definition at line 42 of file History.h.
References eventSelections_.
Referenced by ProvenanceDumper::dumpEventFilteringParameterSets_().
|
inline |
EventSelectionID const & edm::History::getEventSelectionID | ( | History::size_type | i | ) | const |
|
inline |
Definition at line 46 of file History.h.
References processHistoryID_.
Referenced by fwlite::Event::history().
|
inline |
History::size_type edm::History::size | ( | void | ) | const |
|
private |
Definition at line 63 of file History.h.
Referenced by addBranchListIndexEntry(), and branchListIndexes().
|
private |
Definition at line 61 of file History.h.
Referenced by addEventSelectionEntry(), eventSelectionIDs(), getEventSelectionID(), and size().
|
private |
Definition at line 65 of file History.h.
Referenced by processHistoryID(), and setProcessHistoryID().